summaryrefslogtreecommitdiffstats
path: root/include/libnftnl/Makefile.am
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2015-11-11 01:54:01 +0100
committerFlorian Westphal <fw@strlen.de>2015-11-27 17:33:11 +0100
commit1a3c075be1cf57dc248f38a974a8a01457e6b6e2 (patch)
treec2d093ab5683d1f9eaa01b9863d1c6f29216cb1a /include/libnftnl/Makefile.am
parentf39a21b575f53f1f426f4612c12eab269801746c (diff)
src: add trace infrastructure support
parses trace monitor netlink messages from the kernel and builds nftnl_trace struct that contains the dissected information. Provides getters to access these attributes. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'include/libnftnl/Makefile.am')
-rw-r--r--include/libnftnl/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libnftnl/Makefile.am b/include/libnftnl/Makefile.am
index a20aaee..84f01b6 100644
--- a/include/libnftnl/Makefile.am
+++ b/include/libnftnl/Makefile.am
@@ -1,5 +1,6 @@
pkginclude_HEADERS = batch.h \
table.h \
+ trace.h \
chain.h \
rule.h \
expr.h \