🐞 fix: 调整TFE conf 文件, 使用四元组分流; 调整metric接口调用位置
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user