summaryrefslogtreecommitdiffstats
path: root/test.h
blob: ebcdd534eb387c50c10c67aae29ccd408b6bd005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _CTHELPER_TEST_H_
#define _CTHELPER_TEST_H_

struct cthelper_test_stats {
	int	pkts;
	int	pkt_mismatch_proto;
	int	pkt_mismatch_port;
	int	ct_expect_created;
	int	pkts_dropped;
};

extern struct cthelper_test_stats cthelper_test_stats;

#endif