chiark / gitweb /
doc: disable "make check" for gtk-doc
[elogind.git] / src / core / timer.h
index 57a514a68c5f7a7dd824afdf018b830949039607..10d3ce11164628a237e11fa845b8785f41cf2c44 100644 (file)
@@ -52,8 +52,8 @@ typedef struct TimerValue {
         bool disabled;
         clockid_t clock_id;
 
-        usec_t value;
-        CalendarSpec *calendar_spec;
+        usec_t value; /* only for monotonic events */
+        CalendarSpec *calendar_spec; /* only for calendar events */
         usec_t next_elapse;
 
         LIST_FIELDS(struct TimerValue, value);