From: Daniel Wagner <[email protected]>

For indicating the we entered the ONLINE state.
---
 src/connman.h  |    1 +
 src/notifier.c |    5 +++++
 2 files changed, 6 insertions(+)

diff --git a/src/connman.h b/src/connman.h
index e1f08ab..469fee3 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -694,6 +694,7 @@ void __connman_notifier_cleanup(void);
 void __connman_notifier_service_add(struct connman_service *service,
                                        const char *name);
 void __connman_notifier_service_remove(struct connman_service *service);
+void __connman_notifier_online(enum connman_service_type type);
 void __connman_notifier_connect(enum connman_service_type type);
 void __connman_notifier_disconnect(enum connman_service_type type,
                                        enum connman_service_state old_state);
diff --git a/src/notifier.c b/src/notifier.c
index ed9b0d2..2755443 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)
 {
-- 
1.7.10.130.g36e6c

_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to