diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-07-30 10:16:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-07-30 10:16:04 -0400 |
commit | df354a002cbb8d10f7bf9fd1cae4ca48c53c56bc (patch) | |
tree | 2f5912a9524a8a73369158050ab24d4f14ef49f6 /src/or/or.h | |
parent | efe966944d6f8fd4374ccc19b10adfe762034f47 (diff) | |
parent | 4577bda7669885c077624f99657520b7b0f6f96b (diff) | |
download | tor-df354a002cbb8d10f7bf9fd1cae4ca48c53c56bc.tar.gz tor-df354a002cbb8d10f7bf9fd1cae4ca48c53c56bc.zip |
Merge commit 'origin/maint-0.2.1'
Resolved onflicts in:
ChangeLog
src/or/config.c
src/or/or.h
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index 65b582fd83..4f215d6448 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2953,8 +2953,8 @@ int getinfo_helper_config(control_connection_t *conn, const char *question, char **answer); const char *tor_get_digests(void); -int get_effective_bwrate(or_options_t *options); -int get_effective_bwburst(or_options_t *options); +uint32_t get_effective_bwrate(or_options_t *options); +uint32_t get_effective_bwburst(or_options_t *options); #ifdef CONFIG_PRIVATE /* Used only by config.c and test.c */ |