[zeromq-dev] czmq 2.2->3.0 - how to handle a fd with a zloop_reader?
Michael Haberler
mail17 at mah.priv.at
Tue May 19 02:14:21 CEST 2015
I have this APIv2.2 fragment:
zmq_pollitem_t signal_poller = { 0, self->signal_fd, ZMQ_POLLIN };
zloop_poller(loop, &signal_poller, handle_signal, self);
Am I correct assuming the fd polling API has not changed from 2->3, and should be left as-is? or is there some zloop_reader stunt instead?
thanks in advance
Michael
More information about the zeromq-dev
mailing list