summaryrefslogtreecommitdiff
path: root/src/technology.c
diff options
context:
space:
mode:
authorChengyi Zhao <chengyi1.zhao@archermind.com>2013-07-10 20:00:36 +0800
committerZhang zhengguang <zhengguang.zhang@intel.com>2013-07-18 23:13:27 +0800
commit073bd6bfec229bde625c6e00e9210f7265f7fd6a (patch)
tree4e90e8309d2998b9bf7f7d7bb713aa8a87586b8a /src/technology.c
parent9acb46c4cf0facb922694af03160b353e59bf419 (diff)
downloadconnman-073bd6bfec229bde625c6e00e9210f7265f7fd6a.tar.gz
connman-073bd6bfec229bde625c6e00e9210f7265f7fd6a.tar.bz2
connman-073bd6bfec229bde625c6e00e9210f7265f7fd6a.zip
Tethering: Notify listeners when station connection changes
Diffstat (limited to 'src/technology.c')
-rw-r--r--src/technology.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/technology.c b/src/technology.c
index f210859d..0293094c 100644
--- a/src/technology.c
+++ b/src/technology.c
@@ -1049,6 +1049,10 @@ static const GDBusMethodTable technology_methods[] = {
static const GDBusSignalTable technology_signals[] = {
{ GDBUS_SIGNAL("PropertyChanged",
GDBUS_ARGS({ "name", "s" }, { "value", "v" })) },
+ { GDBUS_SIGNAL("DhcpConnected",
+ GDBUS_ARGS({ "name", "s" })) },
+ { GDBUS_SIGNAL("DhcpLeaseDeleted",
+ GDBUS_ARGS({ "name", "s" })) },
{ },
};