You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: czmq.h and/or zmq.h was included in a number of locations
that was unnecessary.
Solution: Remove the unnecessary includes. In some cases, replace with
include of czmq_containers.h or other appropriate headers that czmq/zmq
happened to include.
Fixesflux-framework#3624
As noted in
#3312(#3617), we should try to minimize/localize our dependence on 0MQ libraries.Problem:
src/bindings/lua/zmsg-lua.h
andsrc/cmd/builtin/proxy.c
include[c]zmq.h
unnecessarily.The text was updated successfully, but these errors were encountered: