summaryrefslogtreecommitdiff
path: root/src/or/control.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-07 11:37:23 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-07 13:19:43 -0500
commitf8baa40c01917a6261dd6824097cee98e8ace514 (patch)
tree5d8c0c9e28fb9b38af80b4c7ed8fb1ee3aa3080f /src/or/control.h
parent1abd526c75eade83318a6ec6aff84d5f0f079a3b (diff)
downloadtor-f8baa40c01917a6261dd6824097cee98e8ace514.tar.gz
tor-f8baa40c01917a6261dd6824097cee98e8ace514.zip
GETINFO bw-event-cache to get information on recent BW events
Closes 14128; useful to regain functionality lost because of 13988.
Diffstat (limited to 'src/or/control.h')
-rw-r--r--src/or/control.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/control.h b/src/or/control.h
index 0af09ae653..8c9f7bbdc9 100644
--- a/src/or/control.h
+++ b/src/or/control.h
@@ -203,6 +203,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