diff options
Diffstat (limited to 'common/include/tfe_ctrl_packet.h')
| -rw-r--r-- | common/include/tfe_ctrl_packet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/include/tfe_ctrl_packet.h b/common/include/tfe_ctrl_packet.h index 9c6fb14..2c28f42 100644 --- a/common/include/tfe_ctrl_packet.h +++ b/common/include/tfe_ctrl_packet.h @@ -39,6 +39,8 @@ struct ctrl_pkt_parser // 0x01 is_single // 0x02 is_tunnel uint8_t intercpet_data; + uint8_t wsacle_client_flag; + uint8_t wsacle_server_flag; }; const char *session_state_to_string(enum session_state state); |
