aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/command.c
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-03-17 17:18:40 +1000
committerteor <teor@torproject.org>2020-03-20 18:05:10 +1000
commit81687f5bc975842bb4d251881b04e19092ab336e (patch)
tree1450f4ea123bf03e8ec9baa32164d45f5ed15409 /src/core/or/command.c
parentfdba6ff0c0f27b9948101e63efd5acb965a2f6a3 (diff)
downloadtor-81687f5bc975842bb4d251881b04e19092ab336e.tar.gz
tor-81687f5bc975842bb4d251881b04e19092ab336e.zip
relay: Split out relay-only circuit building
Move the relay-only circuit building functions into a new file. Part of 33633.
Diffstat (limited to 'src/core/or/command.c')
-rw-r--r--src/core/or/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/or/command.c b/src/core/or/command.c
index 9d946974bc..8a1d2066cc 100644
--- a/src/core/or/command.c
+++ b/src/core/or/command.c
@@ -54,6 +54,7 @@
#include "feature/nodelist/describe.h"
#include "feature/nodelist/nodelist.h"
#include "feature/nodelist/routerlist.h"
+#include "feature/relay/circuitbuild_relay.h"
#include "feature/relay/routermode.h"
#include "feature/stats/rephist.h"
#include "lib/crypt_ops/crypto_util.h"