summaryrefslogtreecommitdiff
path: root/src/ipcpd/ipcp-data.h
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@intec.ugent.be>2016-08-12 13:11:07 +0200
committerdimitri staessens <dimitri.staessens@intec.ugent.be>2016-08-12 14:57:24 +0200
commit54b1ba99e15660e2e12dbc564f7e7428b5440446 (patch)
tree0a5fead93b09bf15eae5851e4b022f05df3fdae5 /src/ipcpd/ipcp-data.h
parent44cc6aaa41d88dc978a087178fd74a1c2dba70fd (diff)
downloadouroboros-54b1ba99e15660e2e12dbc564f7e7428b5440446.tar.gz
ouroboros-54b1ba99e15660e2e12dbc564f7e7428b5440446.zip
ipcpd: Fix bootstrap with api_bind
Calling api_bind during bootstrap caused the IRMd to lock up. api_bind is now called after the normal completes bootstrapping.
Diffstat (limited to 'src/ipcpd/ipcp-data.h')
-rw-r--r--src/ipcpd/ipcp-data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipcpd/ipcp-data.h b/src/ipcpd/ipcp-data.h
index 5bf25649..36245eea 100644
--- a/src/ipcpd/ipcp-data.h
+++ b/src/ipcpd/ipcp-data.h
@@ -34,6 +34,7 @@
struct ipcp_data {
enum ipcp_type type;
+ char * dif_name;
struct list_head registry;
pthread_mutex_t reg_lock;