diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-08-31 12:52:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-08-31 12:52:11 -0400 |
commit | 285addbd943cbc9e96c0a268f4f45510270b4468 (patch) | |
tree | 0c9c8b606e9d13501fe29a96d7af97704e830123 /src/common/util.h | |
parent | ba9c1275c4b2325aed6a2fe2cc236794dab11052 (diff) | |
download | tor-285addbd943cbc9e96c0a268f4f45510270b4468.tar.gz tor-285addbd943cbc9e96c0a268f4f45510270b4468.zip |
Fix some issues in rate-limiting noticed by Sebastian
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/util.h b/src/common/util.h index 1e22bd5b1b..3a3a87378a 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -277,7 +277,6 @@ typedef struct ratelim_t { #define RATELIM_INIT(r) { (r), 0, 0 } -int rate_limit_is_ready(ratelim_t *lim, time_t now); char *rate_limit_log(ratelim_t *lim, time_t now); /* File helpers */ |