[or-cvs] r10646: Oops; forgot to save a file in the last batch. (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Sun Jun 17 18:41:03 UTC 2007


Author: nickm
Date: 2007-06-17 14:41:03 -0400 (Sun, 17 Jun 2007)
New Revision: 10646

Modified:
   tor/trunk/
   tor/trunk/src/or/circuitlist.c
Log:
 r13480 at catbus:  nickm | 2007-06-17 14:39:42 -0400
 Oops; forgot to save a file in the last batch.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r13480] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/src/or/circuitlist.c
===================================================================
--- tor/trunk/src/or/circuitlist.c	2007-06-17 18:22:39 UTC (rev 10645)
+++ tor/trunk/src/or/circuitlist.c	2007-06-17 18:41:03 UTC (rev 10646)
@@ -60,10 +60,10 @@
 static HT_HEAD(orconn_circid_map, orconn_circid_circuit_map_t)
      orconn_circid_circuit_map = HT_INITIALIZER();
 HT_PROTOTYPE(orconn_circid_map, orconn_circid_circuit_map_t, node,
-             _orconn_circid_entry_hash, _orconn_circid_entries_eq);
+             _orconn_circid_entry_hash, _orconn_circid_entries_eq)
 HT_GENERATE(orconn_circid_map, orconn_circid_circuit_map_t, node,
             _orconn_circid_entry_hash, _orconn_circid_entries_eq, 0.6,
-            malloc, realloc, free);
+            malloc, realloc, free)
 
 /** The most recently returned entry from circuit_get_by_circid_orconn;
  * used to improve performance when many cells arrive in a row from the



More information about the tor-commits mailing list