aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_config.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-01-15 11:43:14 -0500
committerNick Mathewson <nickm@torproject.org>2020-01-16 07:48:17 -0500
commit773bcf56290674cdc157f6e39894d31b366f8c50 (patch)
tree550b3336f71ae55ea335192c84cd88d87c702f2e /src/test/test_config.c
parenta1bc471dd477864105cc13e8ab69ebd05619ea9b (diff)
downloadtor-773bcf56290674cdc157f6e39894d31b366f8c50.tar.gz
tor-773bcf56290674cdc157f6e39894d31b366f8c50.zip
Move dirclient-related functions out of dirserv, and reenable them
I had incorrectly identified these functions as dircache-only, when in fact they apply to everyone who acts a directory client.
Diffstat (limited to 'src/test/test_config.c')
-rw-r--r--src/test/test_config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_config.c b/src/test/test_config.c
index 39af34b1ee..771c008413 100644
--- a/src/test/test_config.c
+++ b/src/test/test_config.c
@@ -28,6 +28,7 @@
#include "feature/control/control.h"
#include "core/mainloop/cpuworker.h"
#include "feature/dircache/dirserv.h"
+#include "feature/dirclient/dirclient_modes.h"
#include "feature/dirauth/dirvote.h"
#include "feature/relay/dns.h"
#include "feature/client/entrynodes.h"