packet io增加fieldstat状态统计
This commit is contained in:
@@ -39,8 +39,8 @@ void ctrl_packet_parser_init(struct ctrl_pkt_parser *handler);
|
||||
|
||||
// return 0 : success
|
||||
// return -1 : error
|
||||
int ctrl_packet_parser_parse(struct ctrl_pkt_parser *handler, const char *data, size_t length);
|
||||
void ctrl_packet_parser_dump(struct ctrl_pkt_parser *handler);
|
||||
int ctrl_packet_parser_parse(void *ctx, const char* data, size_t length, void *logger);
|
||||
void ctrl_packet_parser_dump(struct ctrl_pkt_parser *handler, void *logger);
|
||||
|
||||
#ifdef __cpluscplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user