diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-09-19 16:24:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-08 16:47:57 -0500 |
commit | cdce221e68489cddad579da0ce804ce2eb5804b3 (patch) | |
tree | f7bd153df0f2e9d1691ce231b21abcccf6a54263 /src/or/or.h | |
parent | a20c8a81d717852ad3a2bf261ec68efba692f0d7 (diff) | |
download | tor-cdce221e68489cddad579da0ce804ce2eb5804b3.tar.gz tor-cdce221e68489cddad579da0ce804ce2eb5804b3.zip |
Remove orconn_identity_map.
It is no longer needed; look up channels by identity instead.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index d9d3ec7e95..32c194a7a8 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1581,8 +1581,6 @@ typedef struct or_connection_t { * bandwidthburst. (OPEN ORs only) */ int write_bucket; /**< When this hits 0, stop writing. Like read_bucket. */ - struct or_connection_t *next_with_same_id; /**< Next connection with same - * identity digest as this one. */ /** Last emptied read token bucket in msec since midnight; only used if * TB_EMPTY events are enabled. */ uint32_t read_emptied_time; |