aboutsummaryrefslogtreecommitdiff
path: root/example/reader_util.h
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2022-07-29 12:08:40 +0200
committerGitHub <noreply@github.com>2022-07-29 12:08:40 +0200
commitdf2e11ef51ea34f595d79e526ab6f3ac89cb6462 (patch)
tree226da4705b52e2b8acdb43f802aab62fb07507f1 /example/reader_util.h
parentbb83899985c25097341b947c2c535f56254a075c (diff)
Revert "Patricia tree, Ahocarasick automa, LRU cache: add statistics (#1677)" (#1682)
This reverts commit bb83899985c25097341b947c2c535f56254a075c.
Diffstat (limited to 'example/reader_util.h')
-rw-r--r--example/reader_util.h4
1 files changed, 0 insertions, 4 deletions
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;