summaryrefslogtreecommitdiff
path: root/platform/include/packet_stat.h
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-11-08 18:19:13 +0800
committerluwenpeng <[email protected]>2024-11-08 18:47:06 +0800
commit37c0b1b783f53ba7dab1658315019805bcc415c8 (patch)
treee6a29d30676dd051493182be8ef7279472aa2cb1 /platform/include/packet_stat.h
parent4f48b59b703c4ab40b655e7f79b581b462da0440 (diff)
PacketAdapter移除FieldStat2,为适配AArch64做准备
Diffstat (limited to 'platform/include/packet_stat.h')
-rw-r--r--platform/include/packet_stat.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/include/packet_stat.h b/platform/include/packet_stat.h
index 3e56cd8..1d8ba84 100644
--- a/platform/include/packet_stat.h
+++ b/platform/include/packet_stat.h
@@ -10,8 +10,7 @@ struct packet_stat;
struct packet_stat *packet_stat_create(const char *profile);
void packet_stat_destory(struct packet_stat *handle);
-void packet_stat_output(struct packet_stat *handle, struct metrics *metrics);
-int packet_stat_cycle(struct packet_stat *handle);
+void packet_stat_flush(struct packet_stat *handle, struct metrics *metrics);
#ifdef __cpluscplus
}