diff options
author | Alok Barsode <alok.barsode@linux.intel.com> | 2012-04-05 13:20:18 +0300 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-04-05 18:55:49 +0300 |
commit | 447256cd6424680afb92d633ba4ee60e84c6cb77 (patch) | |
tree | d6a601babe60c9f7456acd4e5218b433d9f3ff93 /include/service.h | |
parent | bbd19813c457227a2861c05e9ebc676f8feb7f10 (diff) | |
download | connman-447256cd6424680afb92d633ba4ee60e84c6cb77.tar.gz connman-447256cd6424680afb92d633ba4ee60e84c6cb77.tar.bz2 connman-447256cd6424680afb92d633ba4ee60e84c6cb77.zip |
service: Add Timeservers.Configuration Property
This property helps to add service specific timeservers. These are set by the
user and are per service.
Diffstat (limited to 'include/service.h')
-rw-r--r-- | include/service.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/service.h b/include/service.h index d7aaca5c..b55ea515 100644 --- a/include/service.h +++ b/include/service.h @@ -107,6 +107,7 @@ char *connman_service_get_interface(struct connman_service *service); const char *connman_service_get_domainname(struct connman_service *service); char **connman_service_get_nameservers(struct connman_service *service); +char **connman_service_get_timeservers_config(struct connman_service *service); char **connman_service_get_timeservers(struct connman_service *service); void connman_service_set_proxy_method(struct connman_service *service, enum connman_service_proxy_method method); enum connman_service_proxy_method connman_service_get_proxy_method(struct connman_service *service); |