diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index fba7af0da0..1dcff28d6d 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2926,6 +2926,9 @@ int options_need_geoip_info(or_options_t *options, const char **reason_out); int getinfo_helper_config(control_connection_t *conn, const char *question, char **answer); +int get_effective_bwrate(or_options_t *options); +int get_effective_bwburst(or_options_t *options); + #ifdef CONFIG_PRIVATE /* Used only by config.c and test.c */ or_options_t *options_new(void); |