ProtoEncoder框架代码-告警清理

Signed-off-by: wenlong_12 <wenlong12@huawei.com>
This commit is contained in:
wenlong_12 2023-04-23 07:58:50 +00:00 committed by Gitee
parent a3135cc32f
commit a19c9e8d76
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -127,7 +127,7 @@ typedef struct WriterStruct WriterStruct;
* @param size : The byte counts in the data buffer
* @return : Return the number of bytes written for success, and returns -1 for failure
*/
typedef long (*WriteFuncPtr)(WriterStruct* writer, const char* data, size_t size);
typedef long (*WriteFuncPtr)(WriterStruct* writer, const void* data, size_t size);
/**
* @brief flush : interface type