From 975ae9979ec73e8acb2c215ee9a84fded2f4357a Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 24 Apr 2009 20:45:21 +0200 Subject: 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 --- include/internal/object.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/internal/object.h') 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; }; -- cgit v1.2.3