summaryrefslogtreecommitdiff
path: root/include/element.h
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2011-05-31 17:43:48 +0200
committerDaniel Wagner <daniel.wagner@bmw-carit.de>2011-05-31 17:50:43 +0200
commitadb0181a48698682b71b3999caa7632855bdf424 (patch)
tree2573076c4235730b73c699f79e2240c2e640a46d /include/element.h
parentf602eac2a06d5777417f4149ed15605a54ae08f7 (diff)
downloadconnman-adb0181a48698682b71b3999caa7632855bdf424.tar.gz
connman-adb0181a48698682b71b3999caa7632855bdf424.tar.bz2
connman-adb0181a48698682b71b3999caa7632855bdf424.zip
element: Remove IPv4
Diffstat (limited to 'include/element.h')
-rw-r--r--include/element.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/element.h b/include/element.h
index 60591918..7f96de29 100644
--- a/include/element.h
+++ b/include/element.h
@@ -93,19 +93,6 @@ struct connman_element {
struct {
enum connman_ipconfig_method method;
gchar *address;
- gchar *peer;
- gchar *netmask;
- gchar *gateway;
- gchar *network;
- gchar *broadcast;
- gchar *nameserver;
- gchar *timeserver;
- gchar *pac;
- } ipv4;
-
- struct {
- enum connman_ipconfig_method method;
- gchar *address;
int prefix_len;
gchar *gateway;
gchar *network;