From e8b459a2fa93d8f2991e5cbf4512eb88525df544 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 2 Nov 2015 10:49:33 -0500 Subject: Connect periodic events to main --- src/or/periodic.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/periodic.h') 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) -- cgit v1.2.3-54-g00ecf