diff options
author | Luca Deri <deri@ntop.org> | 2017-04-30 10:12:28 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2017-04-30 10:12:28 +0200 |
commit | 064b50df819918734062294984e529bd62bd594c (patch) | |
tree | f9ef992a277cabb89e84fa1d36292c6081a3e41f /example/ndpi_util.c | |
parent | af5021d571b682d540b796eb59f31dcddd3f3aa0 (diff) |
Added -m for splitting analysis in sub-analysis steps
Diffstat (limited to 'example/ndpi_util.c')
-rw-r--r-- | example/ndpi_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpi_util.c b/example/ndpi_util.c index eb6744ccc..1ba77eb80 100644 --- a/example/ndpi_util.c +++ b/example/ndpi_util.c @@ -129,7 +129,7 @@ struct ndpi_workflow * ndpi_workflow_init(const struct ndpi_workflow_prefs * pre /* ***************************************************** */ -static void ndpi_flow_info_freer(void *node) { +void ndpi_flow_info_freer(void *node) { struct ndpi_flow_info *flow = (struct ndpi_flow_info*)node; ndpi_free_flow_info_half(flow); |