增加传输common_direction 的cmsg 给tfe

This commit is contained in:
fumingwei
2020-12-04 17:21:50 +08:00
parent 8b13689219
commit 13e663f7f9
3 changed files with 43 additions and 0 deletions

View File

@@ -79,6 +79,8 @@ enum tfe_cmsg_tlv_type
//fqdn cat id
TFE_CMSG_FQDN_CAT_ID_NUM, // uint32_t
TFE_CMSG_FQDN_CAT_ID_VAL, // string max size 8 * sizeof(uint32_t)
//cmsg common_direction
TFE_CMSG_COMMON_DIRECTION,
//cmsg tlv max
KNI_CMSG_TLV_NR_MAX,
};