summaryrefslogtreecommitdiff
path: root/include/notifier.h
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2011-03-31 10:02:34 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2011-03-31 12:40:35 +0200
commit4dd2ab274860714b88a2c8c84dee7f024760067e (patch)
tree8699cc7c8a5b3debc8a29224008c50a32b8cb499 /include/notifier.h
parenta4682c5e09c0aebbc0ffd0689523228f9570ca95 (diff)
downloadconnman-4dd2ab274860714b88a2c8c84dee7f024760067e.tar.gz
connman-4dd2ab274860714b88a2c8c84dee7f024760067e.tar.bz2
connman-4dd2ab274860714b88a2c8c84dee7f024760067e.zip
notify: Add ipconfig notifiers
Diffstat (limited to 'include/notifier.h')
-rw-r--r--include/notifier.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/notifier.h b/include/notifier.h
index 4349f839..5efae71b 100644
--- a/include/notifier.h
+++ b/include/notifier.h
@@ -23,6 +23,7 @@
#define __CONNMAN_NOTIFIER_H
#include <connman/service.h>
+#include <connman/ipconfig.h>
#ifdef __cplusplus
extern "C" {
@@ -48,6 +49,8 @@ struct connman_notifier {
void (*proxy_changed) (struct connman_service *service);
void (*service_state_changed) (struct connman_service *service,
enum connman_service_state state);
+ void (*ipconfig_changed) (struct connman_service *service,
+ struct connman_ipconfig *ipconfig);
};
int connman_notifier_register(struct connman_notifier *notifier);