From df2e11ef51ea34f595d79e526ab6f3ac89cb6462 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Fri, 29 Jul 2022 12:08:40 +0200 Subject: Revert "Patricia tree, Ahocarasick automa, LRU cache: add statistics (#1677)" (#1682) This reverts commit bb83899985c25097341b947c2c535f56254a075c. --- example/reader_util.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'example/reader_util.h') diff --git a/example/reader_util.h b/example/reader_util.h index e73df42b2..4f4ef68fe 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -298,10 +298,6 @@ typedef struct ndpi_stats { u_int64_t dpi_packet_count[3]; u_int64_t flow_confidence[NDPI_CONFIDENCE_MAX]; u_int64_t num_dissector_calls; - - struct ndpi_lru_cache_stats lru_stats[NDPI_LRUCACHE_MAX]; - struct ndpi_automa_stats automa_stats[NDPI_AUTOMA_MAX]; - struct ndpi_patricia_tree_stats patricia_stats[NDPI_PTREE_MAX]; } ndpi_stats_t; -- cgit v1.2.3