diff options
| author | wangmenglan <[email protected]> | 2023-05-15 16:41:59 +0800 |
|---|---|---|
| committer | wangmenglan <[email protected]> | 2023-05-15 16:41:59 +0800 |
| commit | b931a3dc58dead4e02cda48813bdffd2e2d072c0 (patch) | |
| tree | dc6a7bf00c7bfdaa166e060d640da1aa780798ed /common/include/tfe_ctrl_packet.h | |
| parent | 935aa7235e05b508ca7c989c2b54abad45bc2c1f (diff) | |
packet io增加fieldstat状态统计v4.8.12-20230515
Diffstat (limited to 'common/include/tfe_ctrl_packet.h')
| -rw-r--r-- | common/include/tfe_ctrl_packet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/include/tfe_ctrl_packet.h b/common/include/tfe_ctrl_packet.h index fbdd277..162b142 100644 --- a/common/include/tfe_ctrl_packet.h +++ b/common/include/tfe_ctrl_packet.h @@ -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 } |
