Browse Source

list in-points to command.c

svn:r1849
Roger Dingledine 21 years ago
parent
commit
df4be6a1f7
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/or/command.c

+ 6 - 0
src/or/command.c

@@ -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 */