summaryrefslogtreecommitdiffstats
path: root/include/helpers/tns.h
blob: 60dcf253657fce2d21022771eb50de4e02c50642 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _CTD_TNS_H
#define _CTD_TNS_H

struct tns_info {
	/* Scan next DATA|REDIRECT packet */
	bool parse;
};

#endif