Merge pull request #15962 from opensourcerouting/zmq-xref-setup

lib: stick `XREF_SETUP` into libfrrzmq
This commit is contained in:
Donald Sharp 2024-05-08 09:56:12 -04:00 committed by GitHub
commit c47f9ad7f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 */