feature:TSG-9431:KNI发送安全日志时增加ssl_passthrough_reason字段

This commit is contained in:
fumingwei
2022-01-18 16:31:32 +08:00
parent 5718d879f3
commit cc234d4a1c
4 changed files with 11 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ enum tfe_cmsg_tlv_type
TFE_CMSG_FQDN_CAT_ID_VAL, // string max size 8 * sizeof(uint32_t)
//cmsg common_direction
TFE_CMSG_COMMON_DIRECTION,
TFE_CMSG_SSL_PASSTHROUGH_REASON,
//cmsg tlv max
KNI_CMSG_TLV_NR_MAX,
};