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

Socket monitor for for #399 #23

Merged
merged 3 commits into from Jul 24, 2012
Merged

Conversation

ievgent
Copy link

@ievgent ievgent commented Jul 17, 2012

No description provided.


void zmq::socket_base_t::monitor_event (int event_, va_list args)
{
get_ctx ()->monitor_event (this, event_, args);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not understand why we need this?
Is anyone calling monitor_event method with va_list argument?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep.
here is: void zmq::session_base_t::monitor_event (int event_, ...)

hurtonm added a commit that referenced this pull request Jul 24, 2012
@hurtonm hurtonm merged commit d3518ea into zeromq:master Jul 24, 2012
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.

None yet

2 participants