summaryrefslogtreecommitdiff
path: root/src/connman.h
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/connman.h
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/connman.h')
-rw-r--r--src/connman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connman.h b/src/connman.h
index 5d8cbe70..4bf534fc 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -689,6 +689,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);