From 7dd5289076160ee2844978bfd1640ca7aa34f4da Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 30 Oct 2008 20:44:25 +0100 Subject: groups: add attribute group API This new API allows you to set and get some logical set of attributes. This is not intended to replace the existing per-attribute get/set API but to provide more efficient way to get/set certain attributes. This change includes an example file (conntrack_grp_create.c) of the use of the attribute group API. See ATTR_GRP_* for more information on the existing groups. Signed-off-by: Pablo Neira Ayuso --- src/conntrack/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/conntrack/Makefile.am') diff --git a/src/conntrack/Makefile.am b/src/conntrack/Makefile.am index 94009ea..2d62177 100644 --- a/src/conntrack/Makefile.am +++ b/src/conntrack/Makefile.am @@ -13,4 +13,5 @@ libnfconntrack_la_SOURCES = api.c callback.c \ objopt.c \ compare.c \ copy.c \ - filter.c bsf.c + filter.c bsf.c \ + grp.c grp_getter.c grp_setter.c -- cgit v1.2.3