diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-06-30 15:31:51 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-02 09:51:03 -0400 |
commit | 8f362b7bce5ebbba5c8d79cf10c5ec42bbde1519 (patch) | |
tree | 262c3878d20a69bf0b2660ffbe673d92e9761fa9 /src/feature/control | |
parent | 56e33f73f13110fe5eb255bf260a11c8a54d4267 (diff) | |
download | tor-8f362b7bce5ebbba5c8d79cf10c5ec42bbde1519.tar.gz tor-8f362b7bce5ebbba5c8d79cf10c5ec42bbde1519.zip |
Extract extend_info manipulation functions into a new file.
Diffstat (limited to 'src/feature/control')
-rw-r--r-- | src/feature/control/control_cmd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/control/control_cmd.c b/src/feature/control/control_cmd.c index a37f285d9e..a8926c0b79 100644 --- a/src/feature/control/control_cmd.c +++ b/src/feature/control/control_cmd.c @@ -21,6 +21,7 @@ #include "core/or/circuituse.h" #include "core/or/connection_edge.h" #include "core/or/circuitstats.h" +#include "core/or/extendinfo.h" #include "feature/client/addressmap.h" #include "feature/client/dnsserv.h" #include "feature/client/entrynodes.h" |