diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-01-24 01:30:07 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-01-24 01:30:07 +0000 |
commit | 5cd1f0680ec886c3bae7d443bb2a2809eb9fb301 (patch) | |
tree | 1b5c22898ef8bd0cb508e3c5609b72b12d52caa8 /src/or/circuitlist.c | |
parent | c716eefbca76acc9e0803f44f7a81e2dda74e931 (diff) | |
download | tor-5cd1f0680ec886c3bae7d443bb2a2809eb9fb301.tar.gz tor-5cd1f0680ec886c3bae7d443bb2a2809eb9fb301.zip |
r11287@catbus: nickm | 2007-01-23 20:30:04 -0500
Yet more documentation. (Again, trying to see whether I have buildbot working).
svn:r9396
Diffstat (limited to 'src/or/circuitlist.c')
-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) { |