summaryrefslogtreecommitdiff
path: root/src/notifier.c
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2012-04-17 14:58:36 +0200
committerDaniel Wagner <daniel.wagner@bmw-carit.de>2012-04-17 15:34:18 +0200
commit6c6403261c2c99a3beb9b2596eee03048a7c6fbf (patch)
tree6035f61e43ac4dcdf282eda5b67562311f1a18f1 /src/notifier.c
parent60684f8969cd804aef3f1241e4810bdfaaeb0d3f (diff)
downloadconnman-6c6403261c2c99a3beb9b2596eee03048a7c6fbf.tar.gz
connman-6c6403261c2c99a3beb9b2596eee03048a7c6fbf.tar.bz2
connman-6c6403261c2c99a3beb9b2596eee03048a7c6fbf.zip
notifier: Add __connman_notifier_online()
For indicating the we entered the ONLINE state.
Diffstat (limited to 'src/notifier.c')
-rw-r--r--src/notifier.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/notifier.c b/src/notifier.c
index db20cd20..fa32d3ab 100644
--- a/src/notifier.c
+++ b/src/notifier.c
@@ -150,6 +150,11 @@ void __connman_notifier_connect(enum connman_service_type type)
technology_connected(type, TRUE);
}
+void __connman_notifier_online(enum connman_service_type type)
+{
+ DBG("type %d", type);
+}
+
void __connman_notifier_disconnect(enum connman_service_type type,
enum connman_service_state old_state)
{