summaryrefslogtreecommitdiff
path: root/src/test/test_hs_control.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 13:13:33 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 13:13:33 -0400
commitd2942d127da454a1ffb69da176582b5d74918bb1 (patch)
treebe2cd7b9196cc9f31de918624946dbab41183185 /src/test/test_hs_control.c
parent8b7df723596d068cbf91abf7535651ab8445810b (diff)
downloadtor-d2942d127da454a1ffb69da176582b5d74918bb1.tar.gz
tor-d2942d127da454a1ffb69da176582b5d74918bb1.zip
Extract node_t into its own header.
Diffstat (limited to 'src/test/test_hs_control.c')
-rw-r--r--src/test/test_hs_control.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/test/test_hs_control.c b/src/test/test_hs_control.c
index 308843e9b8..1fcea44f4b 100644
--- a/src/test/test_hs_control.c
+++ b/src/test/test_hs_control.c
@@ -7,10 +7,6 @@
**/
#define CONTROL_PRIVATE
-#define CIRCUITBUILD_PRIVATE
-#define RENDCOMMON_PRIVATE
-#define RENDSERVICE_PRIVATE
-#define HS_SERVICE_PRIVATE
#include "or.h"
#include "test.h"
@@ -19,10 +15,9 @@
#include "hs_common.h"
#include "hs_control.h"
#include "nodelist.h"
-//#include "rendcommon.h"
-//#include "rendservice.h"
-//#include "routerset.h"
-//#include "circuitbuild.h"
+
+#include "node_st.h"
+
#include "test_helpers.h"
/* mock ID digest and longname for node that's in nodelist */