diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2024-05-07 23:07:42 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2024-05-07 23:07:42 +0200 |
commit | 74f43b720a7d4c96f0fee8a78498d855db879e66 (patch) | |
tree | 5e54e57e6d11b838534f0620cff697fa5a3103e8 /lib | |
parent | Merge pull request #15885 from opensourcerouting/gcc-unrecognized-ms-anon-tag (diff) | |
download | frr-74f43b720a7d4c96f0fee8a78498d855db879e66.tar.xz frr-74f43b720a7d4c96f0fee8a78498d855db879e66.zip |
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>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/frr_zmq.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/frr_zmq.c b/lib/frr_zmq.c index b28dd7f1b..5273d3697 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 */ |