summaryrefslogtreecommitdiff
path: root/platform/include/packet_stat.h
diff options
context:
space:
mode:
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
}