diff options
author | Andrea Shepard <andrea@torproject.org> | 2012-10-01 20:08:36 -0700 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2012-10-10 00:44:47 -0700 |
commit | 0c4f717b3e83e86fc8646d3803c1e435c6af246d (patch) | |
tree | a11e973426b5d4fe593af25d50762be68a88d588 /src/or/circuitmux_ewma.h | |
parent | 8afe41b481caa984fa6b4a0fbbf626d4cd22ce59 (diff) | |
download | tor-0c4f717b3e83e86fc8646d3803c1e435c6af246d.tar.gz tor-0c4f717b3e83e86fc8646d3803c1e435c6af246d.zip |
Implement cell_ewma_enabled()
Diffstat (limited to 'src/or/circuitmux_ewma.h')
-rw-r--r-- | src/or/circuitmux_ewma.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/circuitmux_ewma.h b/src/or/circuitmux_ewma.h index 0968461c99..eec16f3729 100644 --- a/src/or/circuitmux_ewma.h +++ b/src/or/circuitmux_ewma.h @@ -20,6 +20,7 @@ extern circuitmux_policy_t ewma_policy; #endif /* !(_TOR_CIRCUITMUX_EWMA_C) */ /* Externally visible EWMA functions */ +int cell_ewma_enabled(void); unsigned int cell_ewma_get_tick(void); void cell_ewma_set_scale_factor(const or_options_t *options, const networkstatus_t *consensus); |