Remove unused device->control value
[platform/upstream/connman.git] / include / element.h
index eab567e..3723df8 100644 (file)
@@ -98,9 +98,13 @@ struct connman_element {
 
        GHashTable *properties;
 
+       gchar *hostname;
+       gchar *domainname;
+
        struct {
                enum connman_ipconfig_method method;
                gchar *address;
+               gchar *peer;
                gchar *netmask;
                gchar *gateway;
                gchar *network;
@@ -109,6 +113,14 @@ struct connman_element {
                gchar *timeserver;
                gchar *pac;
        } ipv4;
+
+       struct {
+               enum connman_ipconfig_method method;
+               gchar *address;
+               int prefix_len;
+               gchar *gateway;
+               gchar *network;
+       } ipv6;
 };
 
 struct connman_element *connman_element_create(const char *name);