chiark / gitweb /
timer: add timer persistance (aka anacron-like behaviour)
[elogind.git] / src / core / timer.h
index 3e7efa4c8370779fa3bff6423a9a982c74bc497c..712cced29682c4a97d6914dfad9155ad7a861df7 100644 (file)
@@ -82,7 +82,11 @@ struct Timer {
 
         TimerResult result;
 
-        usec_t last_trigger_monotonic;
+        bool persistent;
+
+        dual_timestamp last_trigger;
+
+        char *stamp_path;
 };
 
 void timer_free_values(Timer *t);