diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-05-16 00:42:00 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-05-16 00:42:00 +0200 |
commit | bd270e67f1b4cb9cdbd7099ba7a6a458acc49169 (patch) | |
tree | 04f1110e5d411d00cf4e9ca0651b7bd2573a482b /src/ipcpd/ipcp.h | |
parent | 3313a0b3f37584224686b769a77977e40018d5a3 (diff) | |
parent | 80a4808418694fcd9d96dc714a984e157c90a6ab (diff) | |
download | ouroboros-bd270e67f1b4cb9cdbd7099ba7a6a458acc49169.tar.gz ouroboros-bd270e67f1b4cb9cdbd7099ba7a6a458acc49169.zip |
Merged in dstaesse/ouroboros/be-udp-locks (pull request #92)
ipcpd: shim-udp: Revised locking
Diffstat (limited to 'src/ipcpd/ipcp.h')
-rw-r--r-- | src/ipcpd/ipcp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ipcpd/ipcp.h b/src/ipcpd/ipcp.h index c9002d4d..70da0675 100644 --- a/src/ipcpd/ipcp.h +++ b/src/ipcpd/ipcp.h @@ -30,8 +30,6 @@ enum ipcp_state { IPCP_INIT = 0, - IPCP_ENROLLING, - IPCP_BOOTSTRAPPING, IPCP_ENROLLED, IPCP_DISCONNECTED, IPCP_SHUTDOWN |