summaryrefslogtreecommitdiff
path: root/src/core/timer.h
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2015-11-18 08:05:12 +0100
committerDavid Herrmann <dh.herrmann@googlemail.com>2015-11-18 08:05:12 +0100
commit2bcfd345ffa77a103e0d6778b9652d1d391a6bf6 (patch)
tree2e89849b4139742a2996a648086e947366f19eaf /src/core/timer.h
parent92939fc4c0261dccd4b755186aba84a9b1412bed (diff)
parent6348d701bd24afcca4857417e66756f752f02136 (diff)
Merge pull request #1936 from poettering/transient-timers
Fix transient timers and other fixes
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 ac5af6a93c..6bc9fbed3d 100644
--- a/src/core/timer.h
+++ b/src/core/timer.h
@@ -73,6 +73,7 @@ struct Timer {
bool persistent;
bool wake_system;
+ bool remain_after_elapse;
char *stamp_path;
};