From f528a6e62b75538a39b113f67e38fb947c80739e Mon Sep 17 00:00:00 2001 From: Mike Perry Date: Mon, 14 Jun 2010 22:47:45 -0700 Subject: Fix initialization and reset issues with close_ms. Also clean up some log messages. --- src/or/or.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/or/or.h') 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 */ -- cgit v1.2.3-54-g00ecf