From 5573d0146c1ae71ac5b3e4ba6a12c00585646a1a Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sun, 27 Nov 2016 23:26:56 +0100 Subject: src: support for stateful objects This patch allows you to add, to delete and to get stateful objects, this support two object types: counter and quota. Signed-off-by: Pablo Neira Ayuso --- include/buffer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/buffer.h') diff --git a/include/buffer.h b/include/buffer.h index ab1d468..c571657 100644 --- a/include/buffer.h +++ b/include/buffer.h @@ -41,6 +41,7 @@ int nftnl_buf_reg(struct nftnl_buf *b, int type, union nftnl_data_reg *reg, #define BURST "burst" #define CHAIN "chain" #define CODE "code" +#define CONSUMED "consumed" #define DATA "data" #define DEVICE "device" #define DIR "dir" -- cgit v1.2.3