chiark / gitweb /
path: add .path unit type for monitoring files
[elogind.git] / src / timer.h
index 69c5609a9c5631fc05e987c5ea0c8ebdc6acc724..eb22688a3be3f61f4e2de2562f515992b9298548 100644 (file)
@@ -61,11 +61,9 @@ struct Timer {
         Meta meta;
 
         LIST_HEAD(TimerValue, values);
-
-        TimerState state, deserialized_state;
-
         usec_t next_elapse;
 
+        TimerState state, deserialized_state;
         Unit *unit;
 
         Watch timer_watch;