diff options
Diffstat (limited to 'src/core/timer.h')
-rw-r--r-- | src/core/timer.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/timer.h b/src/core/timer.h index 3e7efa4c83..712cced296 100644 --- a/src/core/timer.h +++ b/src/core/timer.h @@ -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); |