[or-cvs] Update to new choose_random_node interface.

Nick Mathewson nickm at seul.org
Sun Aug 15 20:31:13 UTC 2004


Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv22201/src/or

Modified Files:
	rendservice.c 
Log Message:
Update to new choose_random_node interface.

Index: rendservice.c
===================================================================
RCS file: /home/or/cvsroot/src/or/rendservice.c,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- rendservice.c	15 Aug 2004 08:15:12 -0000	1.77
+++ rendservice.c	15 Aug 2004 20:31:11 -0000	1.78
@@ -822,7 +822,7 @@
     for (j=prev_intro_nodes; j < NUM_INTRO_POINTS; ++j) {
       router = router_choose_random_node(service->intro_prefer_nodes,
                                          service->intro_exclude_nodes,
-                                         exclude_routers, 1, 0);
+                                         exclude_routers, 1, 0, 0);
       if (!router) {
         log_fn(LOG_WARN, "Could only establish %d introduction points for %s",
                smartlist_len(service->intro_nodes), service->service_id);



More information about the tor-commits mailing list