diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-05-08 12:12:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-05-25 12:52:25 -0400 |
commit | b998fed9b967924aa880f73c685284a052c8acfe (patch) | |
tree | e67ea3eecbeca9f11caa08ba8594b64af7393ca2 /src/or/or.h | |
parent | b1e61353ecab03a3714bd52d5a45a933ce4f76d1 (diff) | |
download | tor-b998fed9b967924aa880f73c685284a052c8acfe.tar tor-b998fed9b967924aa880f73c685284a052c8acfe.tar.gz |
Remove support for events without the extended format or long names.
Supporting the old formats made our code complex; running without them
has been discouraged since 0.2.1.x.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/or/or.h b/src/or/or.h index d5b36c85a..deb388ab2 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1163,12 +1163,6 @@ typedef struct control_connection_t { uint32_t event_mask; /**< Bitfield: which events does this controller * care about? */ - unsigned int use_long_names:1; /**< True if we should use long nicknames - * on this (v1) connection. Only settable - * via v1 controllers. */ - /** For control connections only. If set, we send extended info with control - * events as appropriate. */ - unsigned int use_extended_events:1; /** True if we have sent a protocolinfo reply on this connection. */ unsigned int have_sent_protocolinfo:1; |