diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-21 22:05:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-21 22:05:09 -0400 |
commit | 9d4c53534de1c496069860f313633e1c31a8a461 (patch) | |
tree | 5e43b4f9bc185a540f598631057a5872dd6a774c /src/or/or.h | |
parent | cf182efe0d026273fcea48321e30b29279e99de3 (diff) | |
download | tor-9d4c53534de1c496069860f313633e1c31a8a461.tar.gz tor-9d4c53534de1c496069860f313633e1c31a8a461.zip |
Remove the testing_since* fields
They weren't actually used since 7a35dad00
Bug 5809
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h index f7914b830d..2e2c9f813a 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2036,9 +2036,6 @@ typedef struct node_t { time_t last_reachable; /* IPv4. */ time_t last_reachable6; /* IPv6. */ - /** When did we start testing reachability for this OR? */ - time_t testing_since; /* IPv4. */ - time_t testing_since6; /* IPv6. */ } node_t; /** How many times will we try to download a router's descriptor before giving |