diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 829b6755d2..c0e1ffff48 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1661,7 +1661,7 @@ typedef struct or_connection_t { time_t timestamp_lastempty; /**< When was the outbuf last completely empty?*/ - token_bucket_t bucket; /**< Used for rate limiting when the connection is + token_bucket_rw_t bucket; /**< Used for rate limiting when the connection is * in state CONN_OPEN. */ /* |