[or-cvs] r14412: Note a place to refactor. (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Tue Apr 22 17:21:10 UTC 2008


Author: nickm
Date: 2008-04-22 13:21:09 -0400 (Tue, 22 Apr 2008)
New Revision: 14412

Modified:
   tor/trunk/
   tor/trunk/src/or/circuitbuild.c
Log:
 r15277 at tombo:  nickm | 2008-04-22 13:14:18 -0400
 Note a place to refactor.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r15277] on 49666b30-7950-49c5-bedf-9dc8f3168102

Modified: tor/trunk/src/or/circuitbuild.c
===================================================================
--- tor/trunk/src/or/circuitbuild.c	2008-04-22 16:33:06 UTC (rev 14411)
+++ tor/trunk/src/or/circuitbuild.c	2008-04-22 17:21:09 UTC (rev 14412)
@@ -1817,6 +1817,7 @@
  *
  * 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)



More information about the tor-commits mailing list