summaryrefslogtreecommitdiff
path: root/src/or/circuitlist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-06-17 18:41:03 +0000
committerNick Mathewson <nickm@torproject.org>2007-06-17 18:41:03 +0000
commita8a880e41846ef445a56d090ea5a17b310c4f8db (patch)
tree8f7c95921f874d166846302938b87442ec032ab5 /src/or/circuitlist.c
parent5adfa09fce2c61239f9a7fa5fb154282f802af0a (diff)
downloadtor-a8a880e41846ef445a56d090ea5a17b310c4f8db.tar.gz
tor-a8a880e41846ef445a56d090ea5a17b310c4f8db.zip
r13480@catbus: nickm | 2007-06-17 14:39:42 -0400
Oops; forgot to save a file in the last batch. svn:r10646
Diffstat (limited to 'src/or/circuitlist.c')
-rw-r--r--src/or/circuitlist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c
index b668d298c6..00f3069c92 100644
--- a/src/or/circuitlist.c
+++ b/src/or/circuitlist.c
@@ -60,10 +60,10 @@ _orconn_circid_entry_hash(orconn_circid_circuit_map_t *a)
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