summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-05 22:26:58 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-01-05 22:26:58 +0100
commit9de932200a6f5b7bce5015bd2faee005da77e225 (patch)
treeb769312094bcc452acdbd43ef8d506ccfbb4970b /include
parentc60ffbfbfe8bfedb7b75f94f5f042a206fb7940f (diff)
downloadconnman-9de932200a6f5b7bce5015bd2faee005da77e225.tar.gz
connman-9de932200a6f5b7bce5015bd2faee005da77e225.tar.bz2
connman-9de932200a6f5b7bce5015bd2faee005da77e225.zip
Add support for IPv4 details in connection interface
Diffstat (limited to 'include')
-rw-r--r--include/element.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/element.h b/include/element.h
index 48247317..70e1ae43 100644
--- a/include/element.h
+++ b/include/element.h
@@ -30,6 +30,7 @@ extern "C" {
#include <glib.h>
#include <connman/property.h>
+#include <connman/ipv4.h>
/**
* SECTION:element
@@ -101,6 +102,7 @@ struct connman_element {
GSList *properties;
struct {
+ enum connman_ipv4_method method;
gchar *address;
gchar *netmask;
gchar *gateway;