chiark / gitweb /
timer: make sure we restart timers even if units are still running or if one of their...
[elogind.git] / src / core / timer.h
index 163bd6c3bee2fc510ce7285a1e212c515a744bc5..fed15e9165aef2fafc8f4c0e6e750a31f7b2c1d0 100644 (file)
@@ -79,6 +79,8 @@ struct Timer {
         Watch realtime_watch;
 
         TimerResult result;
+
+        usec_t last_trigger_monotonic;
 };
 
 void timer_free_values(Timer *t);