diff options
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | src/or/rephist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index 6f973be61b..edeb43444f 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -19,9 +19,9 @@ static void bw_arrays_init(void); static void predicted_ports_init(void); static void hs_usage_init(void); -/** Total number of bytes currently allocated in fields used by rephist.c */ +/** Total number of bytes currently allocated in fields used by rephist.c. */ uint64_t rephist_total_alloc=0; -/** Number of or_history_t obects currently allocated */ +/** Number of or_history_t objects currently allocated. */ uint32_t rephist_total_num=0; /** If the total weighted run count of all runs for a router ever falls |