diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2010-06-14 22:47:45 -0700 |
---|---|---|
committer | Mike Perry <mikeperry-git@fscked.org> | 2010-06-15 16:41:24 -0700 |
commit | f528a6e62b75538a39b113f67e38fb947c80739e (patch) | |
tree | 2a9cf8e6dc153fd15600de206a3a9147eabf9ad2 /src/or/or.h | |
parent | 473f0c3ebbf153366385c41de8921119525c072c (diff) | |
download | tor-f528a6e62b75538a39b113f67e38fb947c80739e.tar.gz tor-f528a6e62b75538a39b113f67e38fb947c80739e.zip |
Fix initialization and reset issues with close_ms.
Also clean up some log messages.
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 8e8ea18694..1f1ffe00eb 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3117,6 +3117,9 @@ typedef struct { /** Timeout gathering is suspended if non-zero. The old timeout value * is stored here in that case. */ double suspended_timeout; + /** Timeout gathering is suspended if non-zero. The old close value + * is stored here in that case. */ + double suspended_close_timeout; } network_liveness_t; /** Structure for circuit build times history */ |