summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-04-11 17:01:47 +0200
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-04-11 17:01:47 +0200
commit9906ac98c45530e530d7aa439937aedf526c3508 (patch)
treecab5c35acbe4c8a1778fb2809c928a8d488a1111 /include
parent60e357b819c8f2cf4dd699e67c496b50410872ac (diff)
downloadouroboros-9906ac98c45530e530d7aa439937aedf526c3508.tar.gz
ouroboros-9906ac98c45530e530d7aa439937aedf526c3508.zip
lib: Change ipcp types
This changes the name of the IPCP types after discussions with Dimitri.
Diffstat (limited to 'include')
-rw-r--r--include/ouroboros/dif_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ouroboros/dif_config.h b/include/ouroboros/dif_config.h
index 5443085e..91b44cb1 100644
--- a/include/ouroboros/dif_config.h
+++ b/include/ouroboros/dif_config.h
@@ -26,8 +26,8 @@
#define OUROBOROS_DIF_CONFIG_H
enum ipcp_type {
- NORMAL_IPCP = 1,
- SHIM_UDP_IPCP
+ IPCP_NORMAL = 1,
+ IPCP_SHIM_UDP
};
struct dif_config {