mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
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 <equinox@opensourcerouting.org>
This commit is contained in:
parent
190f8baa7b
commit
74f43b720a
|
@ -21,6 +21,8 @@
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "lib_errors.h"
|
#include "lib_errors.h"
|
||||||
|
|
||||||
|
XREF_SETUP();
|
||||||
|
|
||||||
DEFINE_MTYPE_STATIC(LIB, ZEROMQ_CB, "ZeroMQ callback");
|
DEFINE_MTYPE_STATIC(LIB, ZEROMQ_CB, "ZeroMQ callback");
|
||||||
|
|
||||||
/* libzmq's context */
|
/* libzmq's context */
|
||||||
|
|
Loading…
Reference in a new issue