diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-12-06 14:01:32 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-12-06 14:01:32 +0100 |
commit | 38de1fd9af5a46c18ce5523b0c48e5f1c8679099 (patch) | |
tree | 705184cb605dc58e8315b5594ad0cab446f25339 /src/ipcpd/ipcp.h | |
parent | 82ae7959d21c654fe9fd14de504f47d18b1ebcfc (diff) | |
download | ouroboros-38de1fd9af5a46c18ce5523b0c48e5f1c8679099.tar.gz ouroboros-38de1fd9af5a46c18ce5523b0c48e5f1c8679099.zip |
ipcpd: Change IPCP_RUNNING to IPCP_OPERATIONAL
Changes a state of the IPCP to a more correct terminology.
Diffstat (limited to 'src/ipcpd/ipcp.h')
-rw-r--r-- | src/ipcpd/ipcp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ipcpd/ipcp.h b/src/ipcpd/ipcp.h index 58cb6309..9378f468 100644 --- a/src/ipcpd/ipcp.h +++ b/src/ipcpd/ipcp.h @@ -36,8 +36,7 @@ enum ipcp_state { IPCP_INIT, IPCP_CONFIG, IPCP_BOOTING, - IPCP_RUNNING, - IPCP_DISCONNECTED, + IPCP_OPERATIONAL, IPCP_SHUTDOWN }; |