summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2011-12-14 10:51:34 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2011-12-14 10:51:34 +0100
commit13e785e63399adbe3080a75e1b15e57700b7a67b (patch)
tree5d9307ec8d74149352e44877737105733da0deee /include
parentc039b81e641fbc4ed1d8cb954949ea1d7fb6664a (diff)
add NFNL_MSG_ACCT_GET_CTRZERO
Diffstat (limited to 'include')
-rw-r--r--include/linux/netfilter/nfnetlink_acct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netfilter/nfnetlink_acct.h b/include/linux/netfilter/nfnetlink_acct.h
index ab9e367..9a1a119 100644
--- a/include/linux/netfilter/nfnetlink_acct.h
+++ b/include/linux/netfilter/nfnetlink_acct.h
@@ -7,6 +7,7 @@
enum nfnl_acct_msg_types {
NFNL_MSG_ACCT_NEW,
NFNL_MSG_ACCT_GET,
+ NFNL_MSG_ACCT_GET_CTRZERO,
NFNL_MSG_ACCT_DEL,
NFNL_MSG_ACCT_MAX
};