summaryrefslogtreecommitdiff
path: root/include/element.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-15 02:57:43 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-15 02:57:43 +0100
commit5ba07041179215daa35b2ea208ef5969ad8cf25f (patch)
treea8520f08846c73b39e83655e74feae5a37519040 /include/element.h
parent5f9427b70d3e710e02179f11d39e9407be049632 (diff)
downloadconnman-5ba07041179215daa35b2ea208ef5969ad8cf25f.tar.gz
connman-5ba07041179215daa35b2ea208ef5969ad8cf25f.tar.bz2
connman-5ba07041179215daa35b2ea208ef5969ad8cf25f.zip
Add signal strength to connection objects
Diffstat (limited to 'include/element.h')
-rw-r--r--include/element.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/element.h b/include/element.h
index bc03011a..48e46f20 100644
--- a/include/element.h
+++ b/include/element.h
@@ -93,6 +93,7 @@ struct connman_element {
gboolean available;
gboolean remember;
guint16 priority;
+ guint8 strength;
gchar *devname;
struct connman_element *parent;