diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-03-25 12:48:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-03-25 12:49:24 -0400 |
commit | 4754e9058b7521967dd92092e54483cec456bb2f (patch) | |
tree | aeb765f6880ee356e339cb5c5efe4a408bd833f4 /src/test/test_controller.c | |
parent | a49f506e05364eb0fd14d02e3cd482941942928e (diff) | |
download | tor-4754e9058b7521967dd92092e54483cec456bb2f.tar.gz tor-4754e9058b7521967dd92092e54483cec456bb2f.zip |
Split getinfo handling into a new control_getinfo.c
Diffstat (limited to 'src/test/test_controller.c')
-rw-r--r-- | src/test/test_controller.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test_controller.c b/src/test/test_controller.c index 5b406e159b..82922d2028 100644 --- a/src/test/test_controller.c +++ b/src/test/test_controller.c @@ -2,10 +2,12 @@ /* See LICENSE for licensing information */ #define CONTROL_PRIVATE +#define CONTROL_GETINFO_PRIVATE #include "core/or/or.h" #include "lib/crypt_ops/crypto_ed25519.h" #include "feature/client/bridges.h" #include "feature/control/control.h" +#include "feature/control/control_getinfo.h" #include "feature/client/entrynodes.h" #include "feature/hs/hs_common.h" #include "feature/nodelist/networkstatus.h" |