mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
it's amazing what a bit of punctuation can do for appearances
svn:r1843
This commit is contained in:
+2
-2
@@ -9,9 +9,9 @@
|
||||
|
||||
#include "or.h"
|
||||
|
||||
extern or_options_t options; /**< command-line and config-file options */
|
||||
extern or_options_t options; /* command-line and config-file options */
|
||||
|
||||
/** keep statistics about how many of each type of cell we've received */
|
||||
/** Keep statistics about how many of each type of cell we've received. */
|
||||
unsigned long stats_n_padding_cells_processed = 0;
|
||||
unsigned long stats_n_create_cells_processed = 0;
|
||||
unsigned long stats_n_created_cells_processed = 0;
|
||||
|
||||
Reference in New Issue
Block a user