summaryrefslogtreecommitdiff
path: root/include/timeserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/timeserver.h')
-rw-r--r--include/timeserver.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/timeserver.h b/include/timeserver.h
index 48ea1945..3177d4e5 100644
--- a/include/timeserver.h
+++ b/include/timeserver.h
@@ -26,6 +26,13 @@
extern "C" {
#endif
+enum connman_timeserver_sync_reason {
+ CONNMAN_TIMESERVER_SYNC_REASON_START = 0,
+ CONNMAN_TIMESERVER_SYNC_REASON_ADDRESS_UPDATE = 1,
+ CONNMAN_TIMESERVER_SYNC_REASON_STATE_UPDATE = 2,
+ CONNMAN_TIMESERVER_SYNC_REASON_TS_CHANGE = 3,
+};
+
int __connman_timeserver_system_set(char **server);
#ifdef __cplusplus