From 1a3c075be1cf57dc248f38a974a8a01457e6b6e2 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Wed, 11 Nov 2015 01:54:01 +0100 Subject: 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 --- src/libnftnl.map | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/libnftnl.map') diff --git a/src/libnftnl.map b/src/libnftnl.map index a52b54e..2e193b7 100644 --- a/src/libnftnl.map +++ b/src/libnftnl.map @@ -498,3 +498,18 @@ global: local: *; }; + +LIBNFTNL_4.1 { + nftnl_trace_alloc; + nftnl_trace_free; + + nftnl_trace_is_set; + + nftnl_trace_get_u16; + nftnl_trace_get_u32; + nftnl_trace_get_u64; + nftnl_trace_get_str; + nftnl_trace_get_data; + + nftnl_trace_nlmsg_parse; +} LIBNFTNL_4; -- cgit v1.2.3