diff options
Diffstat (limited to 'src/core/timer.h')
-rw-r--r-- | src/core/timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/timer.h b/src/core/timer.h index 2624001c34..14a9931dff 100644 --- a/src/core/timer.h +++ b/src/core/timer.h @@ -61,6 +61,7 @@ struct Timer { bool on_clock_change; bool on_timezone_change; bool fixed_random_delay; + bool defer_reactivation; char *stamp_path; }; |