summaryrefslogtreecommitdiffstats
path: root/test.h
blob: 4f5a6b63503adfeb31ddeaffb762cd95b282f860 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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;
};

extern struct cthelper_test_stats cthelper_test_stats;

#endif