Store host and domain names retrieved from DHCP
[framework/connectivity/connman.git] / include / element.h
index 4161d7e..05aa06d 100644 (file)
@@ -98,6 +98,9 @@ struct connman_element {
 
        GHashTable *properties;
 
+       gchar *hostname;
+       gchar *domainname;
+
        struct {
                enum connman_ipconfig_method method;
                gchar *address;