From 74f43b720a7d4c96f0fee8a78498d855db879e66 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Tue, 7 May 2024 23:07:42 +0200 Subject: [PATCH] lib: stick `XREF_SETUP` into libfrrzmq Didn't catch this one when adding the warning/error (with -Werror) for missing this. Neither the CI nor I build with ZeroMQ enabled :(. Signed-off-by: David Lamparter --- lib/frr_zmq.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/frr_zmq.c b/lib/frr_zmq.c index b28dd7f1bb..5273d36974 100644 --- a/lib/frr_zmq.c +++ b/lib/frr_zmq.c @@ -21,6 +21,8 @@ #include "log.h" #include "lib_errors.h" +XREF_SETUP(); + DEFINE_MTYPE_STATIC(LIB, ZEROMQ_CB, "ZeroMQ callback"); /* libzmq's context */