summaryrefslogtreecommitdiff
path: root/src/notifier.c
diff options
context:
space:
mode:
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)
{