summaryrefslogtreecommitdiff
path: root/include/element.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-11 00:29:28 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-11 00:29:28 +0100
commit0dbb44988061fa97f85bb56e5b745df9fe888cba (patch)
treedbb209aba61440720d01254ebc526f5b66a2a760 /include/element.h
parentd6558ac5058ca81e2bb25ea1ee5f20a7186e4dcf (diff)
downloadconnman-0dbb44988061fa97f85bb56e5b745df9fe888cba.tar.gz
connman-0dbb44988061fa97f85bb56e5b745df9fe888cba.tar.bz2
connman-0dbb44988061fa97f85bb56e5b745df9fe888cba.zip
Add Available and Remember properties for networks
Diffstat (limited to 'include/element.h')
-rw-r--r--include/element.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/element.h b/include/element.h
index 85b9b069..aaf389dc 100644
--- a/include/element.h
+++ b/include/element.h
@@ -92,6 +92,8 @@ struct connman_element {
enum connman_element_state state;
enum connman_element_policy policy;
gboolean enabled;
+ gboolean available;
+ gboolean remember;
guint16 priority;
struct connman_element *parent;