summaryrefslogtreecommitdiff
path: root/src/basic/calendarspec.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-11-23 22:31:01 +0100
committerGitHub <noreply@github.com>2016-11-23 22:31:01 +0100
commit99245111ac4b2b4275c8caeb03c14f7870afbb85 (patch)
tree243d807f6888067903eb88924d43e44da0f1d9b6 /src/basic/calendarspec.h
parent331d6a201b82a03c5343bb9c25280f0cd8b7d9fb (diff)
parent8ea803516e4a4265a77d026f740c272cd60107a4 (diff)
Merge pull request #4703 from dobyrch/calendar-offset
calendarspec: add support for scheduling timers at the end of the month
Diffstat (limited to 'src/basic/calendarspec.h')
-rw-r--r--src/basic/calendarspec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/basic/calendarspec.h b/src/basic/calendarspec.h
index c6087228fd..78af27403c 100644
--- a/src/basic/calendarspec.h
+++ b/src/basic/calendarspec.h
@@ -36,6 +36,7 @@ typedef struct CalendarComponent {
typedef struct CalendarSpec {
int weekdays_bits;
+ bool end_of_month;
bool utc;
int dst;