diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index a0d9b087e7..f7b77a3361 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -994,6 +994,9 @@ typedef struct control_connection_t { * 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; + uint32_t incoming_cmd_len; uint32_t incoming_cmd_cur_len; char *incoming_cmd; |