diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-08-12 13:11:07 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-08-12 14:57:24 +0200 |
commit | 54b1ba99e15660e2e12dbc564f7e7428b5440446 (patch) | |
tree | 0a5fead93b09bf15eae5851e4b022f05df3fdae5 /src/ipcpd/ipcp-data.h | |
parent | 44cc6aaa41d88dc978a087178fd74a1c2dba70fd (diff) | |
download | ouroboros-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.h | 1 |
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; |