notifier: Add __connman_notifier_online()
[platform/upstream/connman.git] / src / notifier.c
index db20cd2..fa32d3a 100644 (file)
@@ -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)
 {