chiark / gitweb /
ycm: update flag blacklist
[elogind.git] / src / timesync / timesyncd.h
index 370b966fc69cca70d54afc3ee31a0f2b5d8c1bbb..4afe4b9f5b183ec014b89eb643f536f0f298124d 100644 (file)
@@ -84,6 +84,7 @@ struct Manager {
 
         /* last change */
         bool jumped;
+        bool sync;
         int drift_ppm;
 
         /* watch for time changes */
@@ -92,9 +93,6 @@ struct Manager {
 
         /* Retry connections */
         sd_event_source *event_retry;
-
-        /* Handle SIGINT/SIGTERM */
-        sd_event_source *sigterm, *sigint;
 };
 
 const struct ConfigPerfItem* timesyncd_gperf_lookup(const char *key, unsigned length);