[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9396: Yet more documentation. (Again, trying to see whether I have (in tor/trunk: . src/or)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r9396: Yet more documentation. (Again, trying to see whether I have (in tor/trunk: . src/or)
- From: nickm@xxxxxxxx
- Date: Tue, 23 Jan 2007 20:30:09 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Tue, 23 Jan 2007 20:30:25 -0500
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Author: nickm
Date: 2007-01-23 20:30:07 -0500 (Tue, 23 Jan 2007)
New Revision: 9396
Modified:
tor/trunk/
tor/trunk/src/or/circuitlist.c
Log:
r11287@catbus: nickm | 2007-01-23 20:30:04 -0500
Yet more documentation. (Again, trying to see whether I have buildbot working).
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r11287] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: tor/trunk/src/or/circuitlist.c
===================================================================
--- tor/trunk/src/or/circuitlist.c 2007-01-24 01:18:45 UTC (rev 9395)
+++ tor/trunk/src/or/circuitlist.c 2007-01-24 01:30:07 UTC (rev 9396)
@@ -244,7 +244,8 @@
}
}
-/* DOCDOC */
+/** Initialize the common elements in a circuit_t, and add it to the global
+ * list. */
static void
init_circuit_base(circuit_t *circ)
{