summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-21 19:26:44 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-01-21 19:26:44 +0100
commit2c171d0621ec983c641525d33b6b6c8766e79cb8 (patch)
tree2218a1a7dde5df05ba0e62a79e28cad6ce498b7e /include
parent7054e93685c8c18838cc78500566ba4277a5cb26 (diff)
downloadconnman-2c171d0621ec983c641525d33b6b6c8766e79cb8.tar.gz
connman-2c171d0621ec983c641525d33b6b6c8766e79cb8.tar.bz2
connman-2c171d0621ec983c641525d33b6b6c8766e79cb8.zip
Introduce global "connecting" state
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 5bd987b3..8bdc42c4 100644
--- a/include/element.h
+++ b/include/element.h
@@ -64,6 +64,7 @@ struct connman_element {
gchar *path;
enum connman_element_type type;
gboolean enabled;
+ gboolean configuring;
gchar *devname;
struct connman_element *parent;