diff options
Diffstat (limited to 'include/timeserver.h')
-rw-r--r-- | include/timeserver.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/timeserver.h b/include/timeserver.h index cb1ac9c9..c5019edf 100644 --- a/include/timeserver.h +++ b/include/timeserver.h @@ -26,6 +26,10 @@ extern "C" { #endif +#define CONNMAN_TIMESERVER_PRIORITY_LOW -100 +#define CONNMAN_TIMESERVER_PRIORITY_DEFAULT 0 +#define CONNMAN_TIMESERVER_PRIORITY_HIGH 100 + /** * SECTION:timeserver * @title: timeserver premitives |