summaryrefslogtreecommitdiff
path: root/src/core/timer.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-03-14 21:36:47 +0100
committerLennart Poettering <lennart@poettering.net>2019-04-02 08:20:10 +0200
commitefebb613c70e7b3a2870411732754a235373b3a5 (patch)
treef64f499ed35508008e5933df35e744c8275c075b /src/core/timer.h
parent787be190a87a59669854e44094b0e9063564cce1 (diff)
downloadsystemd-efebb613c70e7b3a2870411732754a235373b3a5.tar.gz
core: optionally, trigger .timer units on timezone and clock changes
Fixes: #6228
Diffstat (limited to 'src/core/timer.h')
-rw-r--r--src/core/timer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/timer.h b/src/core/timer.h
index 833aadb0b8..ab66a201ad 100644
--- a/src/core/timer.h
+++ b/src/core/timer.h
@@ -57,6 +57,8 @@ struct Timer {
bool persistent;
bool wake_system;
bool remain_after_elapse;
+ bool on_clock_change;
+ bool on_timezone_change;
char *stamp_path;
};