summaryrefslogtreecommitdiff
path: root/src/core/timer.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-11-10 13:29:04 +0100
committerGitHub <noreply@github.com>2020-11-10 13:29:04 +0100
commit394131d5be587858d67764bee65198f4a7fe7442 (patch)
tree0bcbdc07fcd1990e78183e0d25c719d9f94bafd6 /src/core/timer.h
parentc9b3e1d3808e67b79cf66d2bb2ad4d322a5faa4f (diff)
parentacf24a1a84e9496e3feb09449f4cc43fe67a9a64 (diff)
downloadsystemd-394131d5be587858d67764bee65198f4a7fe7442.tar.gz
Merge pull request #17497 from anitazha/randomizeonce
timer: add new feature FixedRandomDelay=
Diffstat (limited to 'src/core/timer.h')
-rw-r--r--src/core/timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/timer.h b/src/core/timer.h
index 46d9b9b262..14fa317064 100644
--- a/src/core/timer.h
+++ b/src/core/timer.h
@@ -59,6 +59,7 @@ struct Timer {
bool remain_after_elapse;
bool on_clock_change;
bool on_timezone_change;
+ bool fixed_random_delay;
char *stamp_path;
};