diff options
-rw-r--r-- | src/or/circuitlist.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c index 32125402d1..61dca3fbfe 100644 --- a/src/or/circuitlist.c +++ b/src/or/circuitlist.c @@ -244,7 +244,8 @@ circuit_state_to_string(int state) } } -/* DOCDOC */ +/** Initialize the common elements in a circuit_t, and add it to the global + * list. */ static void init_circuit_base(circuit_t *circ) { |