summaryrefslogtreecommitdiffstats
path: root/include/internal
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal')
-rw-r--r--include/internal/object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/internal/object.h b/include/internal/object.h
index 8d95aa1..76a0566 100644
--- a/include/internal/object.h
+++ b/include/internal/object.h
@@ -166,6 +166,9 @@ struct nf_conntrack {
* length accepted is 16 bytes, this limit is enforced during module load. */
#define __NFCT_HELPER_NAMELEN 16
char helper_name[__NFCT_HELPER_NAMELEN];
+/* According to Eric Paris <eparis@redhat.com> this field can be up to 4096
+ * bytes long. For that reason, we allocate this dynamically. */
+ char *secctx;
union __nfct_protoinfo protoinfo;
struct __nfct_counters counters[__DIR_MAX];