summaryrefslogtreecommitdiff
path: root/src/or/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/command.c')
-rw-r--r--src/or/command.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/or/command.c b/src/or/command.c
index fa4189dc3b..baa435695f 100644
--- a/src/or/command.c
+++ b/src/or/command.c
@@ -22,11 +22,17 @@ const char command_c_id[] =
/** Keep statistics about how many of each type of cell we've received. */
uint64_t stats_n_padding_cells_processed = 0;
+/* DOCDOC stats_n_create_cells_processed */
uint64_t stats_n_create_cells_processed = 0;
+/* DOCDOC stats_n_created_cells_processed */
uint64_t stats_n_created_cells_processed = 0;
+/* DOCDOC stats_n_relay_cells_processed */
uint64_t stats_n_relay_cells_processed = 0;
+/* DOCDOC stats_n_destroy_cells_processed */
uint64_t stats_n_destroy_cells_processed = 0;
+/* DOCDOC stats_n_versions_cells_processed */
uint64_t stats_n_versions_cells_processed = 0;
+/* DOCDOC stats_n_netinfo_cells_processed */
uint64_t stats_n_netinfo_cells_processed = 0;
/* These are the main functions for processing cells */