diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-05-02 19:18:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-02 19:18:04 -0400 |
commit | 7bc9f93abbfcabba1acde441b5fac98d4676c08e (patch) | |
tree | fb81ff00f65a99dd7a669f3f9ab5c0ce02bae542 /src/or/or.h | |
parent | a91f948ccac5e681de9e8e63efb267c7ad9e9f5f (diff) | |
parent | f9af7e8bd01d4b7a70776a96c649a89cf1717dd1 (diff) | |
download | tor-7bc9f93abbfcabba1acde441b5fac98d4676c08e.tar.gz tor-7bc9f93abbfcabba1acde441b5fac98d4676c08e.zip |
Merge branch 'teor_connection-with-client-v2_squashed'
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/or.h b/src/or/or.h index a09533f970..e30a1d24c8 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1564,10 +1564,6 @@ typedef struct or_connection_t { * NETINFO cell listed the address we're connected to as recognized. */ unsigned int is_canonical:1; - /** True iff we have decided that the other end of this connection - * is a client. Connections with this flag set should never be used - * to satisfy an EXTEND request. */ - unsigned int is_connection_with_client:1; /** True iff this is an outgoing connection. */ unsigned int is_outgoing:1; unsigned int proxy_type:2; /**< One of PROXY_NONE...PROXY_SOCKS5 */ |