diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-12-25 22:38:20 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-03 11:29:48 -0500 |
commit | 94cb7bd24d2ffda9038c267b3ee0837dd64ec903 (patch) | |
tree | ba8cdf4f424ff7d25afb46118bf7db0d94a35657 /src/or/circuitbuild.c | |
parent | 5f219ddd029348df2d384fca5012d96957885cbc (diff) | |
download | tor-94cb7bd24d2ffda9038c267b3ee0837dd64ec903.tar.gz tor-94cb7bd24d2ffda9038c267b3ee0837dd64ec903.zip |
Complete all DOCDOC entries from the ntor branch
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 9300b049cb..552167fbe6 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -490,10 +490,10 @@ circuit_n_chan_done(channel_t *chan, int status) /** Find a new circid that isn't currently in use on the circ->n_chan * for the outgoing - * circuit <b>circ</b>, and deliver a cell of type <b>cell_type</b> - * (either CELL_CREATE or CELL_CREATE_FAST) with payload <b>payload</b> - * to this circuit. DOCDOC new arguments - * Return -1 if we failed to find a suitable circid, else return 0. + * circuit <b>circ</b>, and deliver the cell <b>create_cell</b> to this + * circuit. If <b>relayed</b> is true, this is a create cell somebody + * gave us via an EXTEND cell, so we shouldn't worry if we don't understand + * it. Return -1 if we failed to find a suitable circid, else return 0. */ static int circuit_deliver_create_cell(circuit_t *circ, const create_cell_t *create_cell, |