diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-04-25 15:09:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-04-30 11:14:59 -0400 |
commit | b5a62b1ef5cfbe3e56caa110d9024f7fa0ac6ae6 (patch) | |
tree | bc69e96ace26b3170ff459df7834094c668f086e /src/feature/nodelist | |
parent | 6eb1b8da0ab2a58157c4eb7db0a8471cb9dfefda (diff) | |
download | tor-b5a62b1ef5cfbe3e56caa110d9024f7fa0ac6ae6.tar.gz tor-b5a62b1ef5cfbe3e56caa110d9024f7fa0ac6ae6.zip |
Move dirauth periodic events into dirauth module.
Closes ticket 30294.
Diffstat (limited to 'src/feature/nodelist')
-rw-r--r-- | src/feature/nodelist/networkstatus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/nodelist/networkstatus.c b/src/feature/nodelist/networkstatus.c index ee22e16323..8b0fc102c8 100644 --- a/src/feature/nodelist/networkstatus.c +++ b/src/feature/nodelist/networkstatus.c @@ -82,6 +82,7 @@ #include "lib/crypt_ops/crypto_rand.h" #include "lib/crypt_ops/crypto_util.h" +#include "feature/dirauth/dirauth_periodic.h" #include "feature/dirauth/dirvote.h" #include "feature/dirauth/authmode.h" #include "feature/dirauth/shared_random.h" |