summaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-04-22 17:21:09 +0000
committerNick Mathewson <nickm@torproject.org>2008-04-22 17:21:09 +0000
commite623d9baff1c2dd45cf7b8768b58088ef4e56b3a (patch)
tree324fad64a91a0f5e1433bbde831086f69cb07dc2 /src/or/circuitbuild.c
parentef9c34688cb87731b392e9602c0fc817a5d84eab (diff)
downloadtor-e623d9baff1c2dd45cf7b8768b58088ef4e56b3a.tar.gz
tor-e623d9baff1c2dd45cf7b8768b58088ef4e56b3a.zip
r15277@tombo: nickm | 2008-04-22 13:14:18 -0400
Note a place to refactor. svn:r14412
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r--src/or/circuitbuild.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 65b89e6ddc..f879f13cab 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -1817,6 +1817,7 @@ build_state_get_exit_nickname(cpath_build_state_t *state)
*
* If it's not usable, set *<b>reason</b> to a static string explaining why.
*/
+/*XXXX021 take a routerstatus, not a routerinfo. */
static int
entry_guard_set_status(entry_guard_t *e, routerinfo_t *ri,
time_t now, or_options_t *options, const char **reason)