Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drop unnecessary 0MQ includes #3624

Closed
garlick opened this issue Apr 29, 2021 · 0 comments · Fixed by #3782
Closed

drop unnecessary 0MQ includes #3624

garlick opened this issue Apr 29, 2021 · 0 comments · Fixed by #3782
Assignees

Comments

@garlick
Copy link
Member

garlick commented Apr 29, 2021

As noted in #3312 (#3617), we should try to minimize/localize our dependence on 0MQ libraries.

Problem: src/bindings/lua/zmsg-lua.h and src/cmd/builtin/proxy.c include [c]zmq.h unnecessarily.

@chu11 chu11 self-assigned this Jul 14, 2021
chu11 added a commit to chu11/flux-core that referenced this issue Jul 16, 2021
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.

Fixes flux-framework#3624
@mergify mergify bot closed this as completed in #3782 Jul 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants