summaryrefslogtreecommitdiff
path: root/src/or/periodic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/periodic.h')
-rw-r--r--src/or/periodic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/periodic.h b/src/or/periodic.h
index 7d5b1b47bf..3a73f64f40 100644
--- a/src/or/periodic.h
+++ b/src/or/periodic.h
@@ -25,6 +25,7 @@ typedef struct periodic_event_item_t {
/** events will get their interval from first execution */
#define PERIODIC_EVENT(fn) { fn##_callback, 0, 0, NULL, #fn }
+#define END_OF_PERIODIC_EVENTS { NULL, 0, 0, NULL, NULL }
#if 0
/** Refactor test, check the last_action_time was now or (now - delta - 1)