summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-31 19:44:33 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-31 19:44:33 +0100
commit2908e9d91aef3832151feb7294babcb7110e93d6 (patch)
tree82706fe6c6e4b02e840a71dde75c7497096f7334 /include
parent2be69ed5050ac7bfa03af2ddce172e6fc02ddc84 (diff)
downloadconnman-2908e9d91aef3832151feb7294babcb7110e93d6.tar.gz
connman-2908e9d91aef3832151feb7294babcb7110e93d6.tar.bz2
connman-2908e9d91aef3832151feb7294babcb7110e93d6.zip
Add element type for PPP
Diffstat (limited to 'include')
-rw-r--r--include/element.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/include/element.h b/include/element.h
index 812ac302..92f642fa 100644
--- a/include/element.h
+++ b/include/element.h
@@ -58,11 +58,12 @@ enum connman_element_type {
CONNMAN_ELEMENT_TYPE_DEVICE = 3,
CONNMAN_ELEMENT_TYPE_NETWORK = 4,
CONNMAN_ELEMENT_TYPE_SERVICE = 5,
- CONNMAN_ELEMENT_TYPE_IPV4 = 6,
- CONNMAN_ELEMENT_TYPE_IPV6 = 7,
- CONNMAN_ELEMENT_TYPE_DHCP = 8,
- CONNMAN_ELEMENT_TYPE_BOOTP = 9,
- CONNMAN_ELEMENT_TYPE_ZEROCONF = 10,
+ CONNMAN_ELEMENT_TYPE_PPP = 6,
+ CONNMAN_ELEMENT_TYPE_IPV4 = 7,
+ CONNMAN_ELEMENT_TYPE_IPV6 = 8,
+ CONNMAN_ELEMENT_TYPE_DHCP = 9,
+ CONNMAN_ELEMENT_TYPE_BOOTP = 10,
+ CONNMAN_ELEMENT_TYPE_ZEROCONF = 11,
CONNMAN_ELEMENT_TYPE_CONNECTION = 42,
};