summaryrefslogtreecommitdiffstats
path: root/include/helpers/tns.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/helpers/tns.h')
-rw-r--r--include/helpers/tns.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/helpers/tns.h b/include/helpers/tns.h
new file mode 100644
index 0000000..60dcf25
--- /dev/null
+++ b/include/helpers/tns.h
@@ -0,0 +1,9 @@
+#ifndef _CTD_TNS_H
+#define _CTD_TNS_H
+
+struct tns_info {
+ /* Scan next DATA|REDIRECT packet */
+ bool parse;
+};
+
+#endif