summaryrefslogtreecommitdiff
path: root/src/or/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/control.h')
-rw-r--r--src/or/control.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/control.h b/src/or/control.h
index 1773a87374..1921d9704f 100644
--- a/src/or/control.h
+++ b/src/or/control.h
@@ -120,8 +120,8 @@ void sum_up_cell_stats_by_command(circuit_t *circ,
cell_stats_t *cell_stats);
void append_cell_stats_by_command(smartlist_t *event_parts,
const char *key,
- uint64_t *include_if_non_zero,
- uint64_t *number_to_include);
+ const uint64_t *include_if_non_zero,
+ const uint64_t *number_to_include);
void format_cell_stats(char **event_string, circuit_t *circ,
cell_stats_t *cell_stats);
#endif