summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-07-29 19:05:51 -0700
committerMarcel Holtmann <marcel@holtmann.org>2010-07-29 19:05:51 -0700
commitfdd5851b672523bbc976d1ae787926a80e6e0ecf (patch)
tree1a90f2d5e98301ff6be6721b6a549b0b4cc0819e /include
parent742468fb58a593e15f7bf0029f31fb3104008819 (diff)
downloadconnman-fdd5851b672523bbc976d1ae787926a80e6e0ecf.tar.gz
connman-fdd5851b672523bbc976d1ae787926a80e6e0ecf.tar.bz2
connman-fdd5851b672523bbc976d1ae787926a80e6e0ecf.zip
Store host and domain names retrieved from DHCP
Diffstat (limited to 'include')
-rw-r--r--include/element.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/element.h b/include/element.h
index 4161d7e8..05aa06d0 100644
--- a/include/element.h
+++ b/include/element.h
@@ -98,6 +98,9 @@ struct connman_element {
GHashTable *properties;
+ gchar *hostname;
+ gchar *domainname;
+
struct {
enum connman_ipconfig_method method;
gchar *address;