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

Fixes to make MDP work with czmq API 2.2.0 #51

Merged
merged 2 commits into from
May 2, 2014

Conversation

lerwys
Copy link
Contributor

@lerwys lerwys commented May 2, 2014

This pull request has the same effect of #49.
It updates zmsg_pushstr () and zsocket_bind ()
function calls to work with czmq API 2.2.0

The new czmq API (2.1.0) changed the zmsg_pushstr ()
signature. Now, in order to push a variable-argument
string into a zeroMQ message it is necessary to use
zmsg_pushstrf ()
The new czmq API (2.2.0) changed the zsocket_bind ()
signature. This, together with commit e6b3a5a
fix issue zeromq#48.
hintjens added a commit that referenced this pull request May 2, 2014
Fixes to make MDP work with czmq API 2.2.0
@hintjens hintjens merged commit 55d8f82 into zeromq:master May 2, 2014
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 this pull request may close these issues.

2 participants