diff options
Diffstat (limited to 'src/or/control.h')
-rw-r--r-- | src/or/control.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/control.h b/src/or/control.h index 494f04b3bd..8697262176 100644 --- a/src/or/control.h +++ b/src/or/control.h @@ -201,6 +201,7 @@ void append_cell_stats_by_command(smartlist_t *event_parts, const uint64_t *number_to_include); void format_cell_stats(char **event_string, circuit_t *circ, cell_stats_t *cell_stats); +STATIC char *get_bw_samples(void); #endif #endif |