chiark / gitweb /
fsckd: the error code is actually returned in 'fd'
[elogind.git] / src / timesync / timesyncd-manager.h
index 8296d41295f63ee97f633ee2ca41386cc133ecdb..b1a844ba76455ae0b262de21cb510ddb00db4720 100644 (file)
@@ -25,7 +25,6 @@
 #include "sd-resolve.h"
 #include "sd-network.h"
 #include "list.h"
-#include "socket-util.h"
 #include "ratelimit.h"
 
 typedef struct Manager Manager;
@@ -60,6 +59,7 @@ struct Manager {
         /* last sent packet */
         struct timespec trans_time_mon;
         struct timespec trans_time;
+        usec_t retry_interval;
         bool pending;
 
         /* poll timer */