summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2011-01-12 23:56:58 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2011-01-13 00:37:26 +0100
commit970e2f1f36c5f91066d5d989d9129553617f33ff (patch)
tree7ed976c7f992555c322ea8668997fadab5893ff5 /include
parent8a34f9a741a6e5229b9763488d40f7fb1252f3ee (diff)
downloadconnman-970e2f1f36c5f91066d5d989d9129553617f33ff.tar.gz
connman-970e2f1f36c5f91066d5d989d9129553617f33ff.tar.bz2
connman-970e2f1f36c5f91066d5d989d9129553617f33ff.zip
notifier: Add proxy changed hook
With asynchronous WPAD operations, the proxy_changed notifier hook will allow for a proper pacrunner configuration to be created.
Diffstat (limited to 'include')
-rw-r--r--include/notifier.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/notifier.h b/include/notifier.h
index 7c1714e7..db2ea5cd 100644
--- a/include/notifier.h
+++ b/include/notifier.h
@@ -45,6 +45,7 @@ struct connman_notifier {
void (*service_enabled) (enum connman_service_type type,
connman_bool_t enabled);
void (*offline_mode) (connman_bool_t enabled);
+ void (*proxy_changed) (struct connman_service *service);
};
int connman_notifier_register(struct connman_notifier *notifier);