summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-04-08 07:38:33 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-04-08 07:38:33 +0200
commit250e3e349b0d48af495a8944e0f828c9b6350ced (patch)
tree8f0d5f5235b91a72b4271188db17474e1eaa5576 /include
parent48dad19c8128b6da9666182520674f9b612a3e85 (diff)
downloadconnman-250e3e349b0d48af495a8944e0f828c9b6350ced.tar.gz
connman-250e3e349b0d48af495a8944e0f828c9b6350ced.tar.bz2
connman-250e3e349b0d48af495a8944e0f828c9b6350ced.zip
Add support for creating and removing networks
Diffstat (limited to 'include')
-rw-r--r--include/iface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/iface.h b/include/iface.h
index 8b0e6c8f..2123fea3 100644
--- a/include/iface.h
+++ b/include/iface.h
@@ -88,6 +88,8 @@ struct connman_ipv4 {
};
struct connman_network {
+ struct connman_iface *iface;
+ char *path;
char *identifier;
char *passphrase;
};