From 4f245b484aa903b545768532edbdc3efffb949c2 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 7 Jun 2013 19:54:53 +0200 Subject: main: account dropped packets Signed-off-by: Pablo Neira Ayuso --- test.h | 1 + 1 file changed, 1 insertion(+) (limited to 'test.h') diff --git a/test.h b/test.h index 4f5a6b6..ebcdd53 100644 --- a/test.h +++ b/test.h @@ -6,6 +6,7 @@ struct cthelper_test_stats { int pkt_mismatch_proto; int pkt_mismatch_port; int ct_expect_created; + int pkts_dropped; }; extern struct cthelper_test_stats cthelper_test_stats; -- cgit v1.2.3