mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 05:58:45 +01:00
Incorrect function name in socket_base
VA specific monitor event in socket base was named monitor_event rather than va_monitor_event
This commit is contained in:
@@ -1005,7 +1005,7 @@ void zmq::socket_base_t::monitor_event (int event_, ...)
|
||||
va_end (args);
|
||||
}
|
||||
|
||||
void zmq::socket_base_t::monitor_event (int event_, va_list args)
|
||||
void zmq::socket_base_t::va_monitor_event (int event_, va_list args)
|
||||
{
|
||||
get_ctx ()->va_monitor_event (this, event_, args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user