[or-cvs] list in-points to command.c
Roger Dingledine
arma at seul.org
Tue May 11 03:21:21 UTC 2004
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or
Modified Files:
command.c
Log Message:
list in-points to command.c
Index: command.c
===================================================================
RCS file: /home/or/cvsroot/src/or/command.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- command.c 10 May 2004 10:27:54 -0000 1.64
+++ command.c 11 May 2004 03:21:18 -0000 1.65
@@ -7,6 +7,12 @@
* \brief Functions for processing incoming cells
**/
+/* In-points to command.c:
+ *
+ * - command_process_cell(), called from
+ * connection_or_process_cells_from_inbuf() in connection_or.c.
+ */
+
#include "or.h"
extern or_options_t options; /* command-line and config-file options */
More information about the tor-commits
mailing list