summaryrefslogtreecommitdiff
path: root/src/connman.h
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@linux.intel.com>2012-06-05 11:24:04 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2012-06-11 13:01:48 +0300
commitd1c34d9d9e66938bb983765613974e7f69234f1b (patch)
tree6d21029b39fcea4eba099f74aa48e5cc7ec405ff /src/connman.h
parent2402957bc789667f0eb0cdbe25fdcebc2edc3b57 (diff)
downloadconnman-d1c34d9d9e66938bb983765613974e7f69234f1b.tar.gz
connman-d1c34d9d9e66938bb983765613974e7f69234f1b.tar.bz2
connman-d1c34d9d9e66938bb983765613974e7f69234f1b.zip
service: Add setter for config information
Save config information (file name and section id) for provisioned services. The information is used to remove the service when config file is removed.
Diffstat (limited to 'src/connman.h')
-rw-r--r--src/connman.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/connman.h b/src/connman.h
index 388e6fb0..5f552637 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -622,6 +622,8 @@ int __connman_service_disconnect_all(void);
void __connman_service_auto_connect(void);
void __connman_service_provision_changed(const char *ident);
+void __connman_service_set_config(struct connman_service *service,
+ const char *file_id, const char *section);
const char *__connman_service_type2string(enum connman_service_type type);
enum connman_service_type __connman_service_string2type(const char *str);