nftables/include/trace.h
Florian Westphal 8e03d59b5a src: split monitor trace code into new trace.c
Preparation patch to avoid putting more trace functionality into
netlink.c.

Signed-off-by: Florian Westphal <fw@strlen.de>
Reviewed-by: Pablo Neira Ayuso <pablo@netfilter.org>
2025-07-07 22:18:20 +02:00

9 lines
244 B
C

#ifndef NFTABLES_TRACE_H
#define NFTABLES_TRACE_H
#include <linux/netlink.h>
struct netlink_mon_handler;
int netlink_events_trace_cb(const struct nlmsghdr *nlh, int type,
struct netlink_mon_handler *monh);
#endif /* NFTABLES_TRACE_H */