aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-12-25 22:38:20 -0500
committerNick Mathewson <nickm@torproject.org>2013-01-03 11:29:48 -0500
commit94cb7bd24d2ffda9038c267b3ee0837dd64ec903 (patch)
treeba8cdf4f424ff7d25afb46118bf7db0d94a35657 /src/or/circuitbuild.c
parent5f219ddd029348df2d384fca5012d96957885cbc (diff)
downloadtor-94cb7bd24d2ffda9038c267b3ee0837dd64ec903.tar
tor-94cb7bd24d2ffda9038c267b3ee0837dd64ec903.tar.gz
Complete all DOCDOC entries from the ntor branch
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r--src/or/circuitbuild.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 9300b049c..552167fbe 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,