🐞 fix: 调整TFE conf 文件, 使用四元组分流; 调整metric接口调用位置

This commit is contained in:
wangmenglan
2023-06-05 13:57:16 +08:00
parent 4d26281338
commit 409dfb7e4b
7 changed files with 18 additions and 18 deletions

View File

@@ -49,7 +49,7 @@ int main()
}
printf("\n");
tfe_cmsg_destroy(cmsg_encode);
tfe_cmsg_destroy(&cmsg_encode);
///////////////////////////////////////////////////////////////////////////
// Get CMSG
@@ -73,7 +73,7 @@ int main()
assert(ret == 0);
printf("cmsg_decode: TFE_CMSG_SSL_PASSTHROUGH_REASON, value is %s, size is %d\n", get_string_value, get_string_len);
tfe_cmsg_destroy(cmsg_decode);
tfe_cmsg_destroy(&cmsg_decode);
free(temp_buff);
return 0;