From 8da24c99bdb90b04a05d5bccf5bcff1218174b75 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 15 Nov 2016 07:49:06 -0500 Subject: Split bridge functions into a new module. This patch is just: * Code movement * Adding headers here and there as needed * Adding a bridges_free_all() with a call to it. It breaks compilation, since the bridge code needed to make exactly 2 calls into entrynodes.c internals. I'll fix those in the next commit. --- src/or/directory.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/directory.c') diff --git a/src/or/directory.c b/src/or/directory.c index 65ddd7d583..efa5a3126a 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -7,6 +7,7 @@ #include "or.h" #include "backtrace.h" +#include "bridges.h" #include "buffers.h" #include "circuitbuild.h" #include "config.h" -- cgit v1.2.3-54-g00ecf