diff options
author | Andrea Shepard <andrea@persephoneslair.org> | 2012-09-04 00:33:16 -0700 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2012-10-08 03:06:09 -0700 |
commit | 28f108bcceab59fcf9f27e33065f64bfdb0f159a (patch) | |
tree | 1783e99ca74fb68a9f1116274757f46c903dc2be /src/or/channel.h | |
parent | 8b14db9628f0e8982e894034e86c8efdd78cff32 (diff) | |
download | tor-28f108bcceab59fcf9f27e33065f64bfdb0f159a.tar.gz tor-28f108bcceab59fcf9f27e33065f64bfdb0f159a.zip |
Use dirreq_id from channel_t when appropriate
Diffstat (limited to 'src/or/channel.h')
-rw-r--r-- | src/or/channel.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/or/channel.h b/src/or/channel.h index 242a078532..18d9a81209 100644 --- a/src/or/channel.h +++ b/src/or/channel.h @@ -38,11 +38,6 @@ struct channel_s { */ unsigned int is_listener:1; - /** Unique ID for measuring direct network status requests;vtunneled ones - * come over a circuit_t, which has a dirreq_id field as well, but is a - * distinct namespace. */ - uint64_t dirreq_id; - /** Why did we close? */ enum { |