diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 1a31973e2..6df4996cd 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -639,6 +639,10 @@ struct connection_t { /* Used only by control connections */ uint32_t event_mask; + uint16_t incoming_cmd_type; + uint32_t incoming_cmd_len; + uint32_t incoming_cmd_cur_len; + char *incoming_cmd; }; typedef struct connection_t connection_t; |