mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 16:17:38 +00:00

Add initial zebra tracepoint support infrastructure as well as add a frr_zebra:netlink_interface callback. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
7 lines
105 B
C
7 lines
105 B
C
#define TRACEPOINT_CREATE_PROBES
|
|
#define TRACEPOINT_DEFINE
|
|
|
|
#include <zebra.h>
|
|
|
|
#include "zebra_trace.h"
|