mirror of
https://gitee.com/openharmony/developtools_profiler
synced 2024-11-23 06:50:12 +00:00
ProtoEncoder框架代码-告警清理
Signed-off-by: wenlong_12 <wenlong12@huawei.com>
This commit is contained in:
parent
a3135cc32f
commit
a19c9e8d76
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user