Try: zsocket_set_zap_domain ((void*)(*m_socket_ptr), "global");
Both the zmq::context_t and zmq::socket_t implement operator void*() which return the underlying libzmq context and socket void* handles.
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
