Split the routerset code out of routerlist.c

This commit is contained in:
Nick Mathewson
2012-09-13 12:46:39 -04:00
parent 286e95f0a5
commit d995dc8bac
14 changed files with 486 additions and 445 deletions
+2
View File
@@ -53,6 +53,7 @@ src_or_libtor_a_SOURCES = \
src/or/router.c \
src/or/routerlist.c \
src/or/routerparse.c \
src/or/routerset.c \
src/or/statefile.c \
src/or/status.c \
$(evdns_source) \
@@ -124,6 +125,7 @@ ORHEADERS = \
src/or/replaycache.h \
src/or/router.h \
src/or/routerlist.h \
src/or/routerset.h \
src/or/routerparse.h \
src/or/statefile.h \
src/or/status.h