summaryrefslogtreecommitdiffstats
path: root/include/internal/object.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2009-04-24 20:45:21 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2009-04-24 20:45:21 +0200
commit975ae9979ec73e8acb2c215ee9a84fded2f4357a (patch)
tree7ca7bb94949bcf0aaae75824568d8ffadf579812 /include/internal/object.h
parent9540c4530976df1b1767e8b83ef287e492b237f1 (diff)
src: add DCCP role attribute
This patch adds DCCP role attribute support. This needs Linux kernel >= 2.6.30. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/internal/object.h')
-rw-r--r--include/internal/object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/internal/object.h b/include/internal/object.h
index 1db6b36..fe1506c 100644
--- a/include/internal/object.h
+++ b/include/internal/object.h
@@ -118,6 +118,7 @@ union __nfct_protoinfo {
} sctp;
struct {
u_int8_t state;
+ u_int8_t role;
} dccp;
};