aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-util/cal-component.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/cal-util/cal-component.h')
-rw-r--r--calendar/cal-util/cal-component.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/cal-util/cal-component.h b/calendar/cal-util/cal-component.h
index cd9ee725ed..c8f21963b4 100644
--- a/calendar/cal-util/cal-component.h
+++ b/calendar/cal-util/cal-component.h
@@ -364,7 +364,8 @@ typedef struct {
time_t trigger;
/* Actual event occurrence to which this trigger corresponds */
- time_t occur;
+ time_t occur_start;
+ time_t occur_end;
} CalAlarmInstance;
/* Alarm trigger instances for a particular component */