summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-12-14 05:33:15 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-12-14 05:33:15 +0100
commit526e5e61e4e267e9672f429bbf6c338e46506038 (patch)
treeef7106011b48d3604f15943639f6a7129fd46a7e /include
parentf3dc9d0ddf44509ca2d9986de149ec5378a1afb2 (diff)
downloadconnman-526e5e61e4e267e9672f429bbf6c338e46506038.tar.gz
connman-526e5e61e4e267e9672f429bbf6c338e46506038.tar.bz2
connman-526e5e61e4e267e9672f429bbf6c338e46506038.zip
Add timeserver value from DHCP configuration
Diffstat (limited to 'include')
-rw-r--r--include/element.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/element.h b/include/element.h
index ec5a157c..04840a06 100644
--- a/include/element.h
+++ b/include/element.h
@@ -106,6 +106,7 @@ struct connman_element {
gchar *network;
gchar *broadcast;
gchar *nameserver;
+ gchar *timeserver;
} ipv4;
};