]> git.puffer.fish Git - matthieu/frr.git/commitdiff
lib: stick `XREF_SETUP` into libfrrzmq
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 7 May 2024 21:07:42 +0000 (23:07 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 7 May 2024 21:07:42 +0000 (23:07 +0200)
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 <equinox@opensourcerouting.org>
lib/frr_zmq.c

index b28dd7f1bbc51b0aafe31c130d3d69cb87038aa8..5273d3697443b72ac3fb1569958972a56853a83a 100644 (file)
@@ -21,6 +21,8 @@
 #include "log.h"
 #include "lib_errors.h"
 
+XREF_SETUP();
+
 DEFINE_MTYPE_STATIC(LIB, ZEROMQ_CB, "ZeroMQ callback");
 
 /* libzmq's context */