🐞 fix: 调整TFE conf 文件, 使用四元组分流; 调整metric接口调用位置
This commit is contained in:
@@ -120,7 +120,7 @@ enum tfe_cmsg_tlv_type
|
||||
#define TFE_CMSG_FLAG_USER1 0x2 // 1 << 1
|
||||
|
||||
struct tfe_cmsg* tfe_cmsg_init();
|
||||
void tfe_cmsg_destroy(struct tfe_cmsg *cmsg);
|
||||
void tfe_cmsg_destroy(struct tfe_cmsg **cmsg);
|
||||
|
||||
void tfe_cmsg_dup(struct tfe_cmsg *cmsg);
|
||||
void tfe_cmsg_set_flag(struct tfe_cmsg *cmsg, uint8_t flag);
|
||||
|
||||
Reference in New Issue
Block a user