terminology shift:
commite0952d07735c60cbe420cec74b7e95c8d3eb61f0
authorRoger Dingledine <arma@torproject.org>
Fri, 5 Dec 2003 09:51:49 +0000 (5 09:51 +0000)
committerRoger Dingledine <arma@torproject.org>
Fri, 5 Dec 2003 09:51:49 +0000 (5 09:51 +0000)
treec670f9c9f7c7c81cbdc30978669861fc765b85ea
parent727a260a81f7313d391fc95bebf21bcf745d5294
terminology shift:
directory is the string that dirserv.c and directory.c deal with
routerlist is routerinfo's that are bundled together in routers.c

rename some of the get_routerlist functions to set_routerlist

preparing to break into router.c for stuff the router does,
and routerlist.c for handling routerlist.

svn:r886
src/or/directory.c
src/or/dirserv.c
src/or/main.c
src/or/onion.c
src/or/or.h
src/or/routers.c
src/or/test.c