diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-10-22 11:35:32 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-10-22 11:35:32 -0400 |
commit | 86258df65d35b82ad4ee7480eec5d5434a28c9a8 (patch) | |
tree | 46d2da9dc1ac1daa67363ad16391e303e0326fb7 /src/or/routerlist.c | |
parent | 20912fbe26b310a71370dde700e65466f744034f (diff) | |
parent | 907db008ab0007f0a02da62b68130344fc2e9353 (diff) | |
download | tor-86258df65d35b82ad4ee7480eec5d5434a28c9a8.tar tor-86258df65d35b82ad4ee7480eec5d5434a28c9a8.tar.gz |
Merge branch 'split_circuitbuild'
Conflicts:
src/or/circuitbuild.c
There was a huge-looking conflict in circuitbuild.c, but the only
change that had been made to circuitbuild.c since I forked off the
split_circuitbuild branch was 17442560c44e8093f9a. So I took the
split_circuitbuild version of the conflicting part, and manually
re-applied the change from 17442560c44e8093f9a..
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 07f69c243..8c831496c 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -13,13 +13,14 @@ #define ROUTERLIST_PRIVATE #include "or.h" -#include "circuitbuild.h" +#include "circuitstats.h" #include "config.h" #include "connection.h" #include "control.h" #include "directory.h" #include "dirserv.h" #include "dirvote.h" +#include "entrynodes.h" #include "geoip.h" #include "hibernate.h" #include "main.h" |