summaryrefslogtreecommitdiff
path: root/src/feature/relay/selftest.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-05-02 09:52:03 -0400
committerNick Mathewson <nickm@torproject.org>2019-05-06 16:35:39 -0400
commit3c2648bbda53f74a4e960ad149600c3a2b12305c (patch)
treea0f65d1798218c3bf011017b852ebe71e0887743 /src/feature/relay/selftest.c
parentb394b5b2af7f38a5e66c9875d3a55be5af840933 (diff)
downloadtor-3c2648bbda53f74a4e960ad149600c3a2b12305c.tar.gz
tor-3c2648bbda53f74a4e960ad149600c3a2b12305c.zip
Move "relay" and "router" periodic callbacks out of mainloop.c
(Some of these callbacks are specific to the OR module, so now it's time to have an or_sys and or_periodic.)
Diffstat (limited to 'src/feature/relay/selftest.c')
-rw-r--r--src/feature/relay/selftest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/relay/selftest.c b/src/feature/relay/selftest.c
index eeddd09b63..f8b54ff45d 100644
--- a/src/feature/relay/selftest.c
+++ b/src/feature/relay/selftest.c
@@ -35,6 +35,7 @@
#include "feature/nodelist/routerlist.h" // but...
#include "feature/nodelist/routerset.h"
#include "feature/nodelist/torcert.h"
+#include "feature/relay/relay_periodic.h"
#include "feature/relay/router.h"
#include "feature/relay/selftest.h"