zeromq plugin: Make sure the receive threads shut down cleanly.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 16 Nov 2010 11:06:37 +0000 (12:06 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 16 Nov 2010 11:06:37 +0000 (12:06 +0100)
commit12d10761f908e6d4d23cb74848d35a7c761dc71b
tree7a41644bc63afe7b97719745f66a96878c22896a
parent943d04fcca5efd6f63012932c650f67854575e1e
zeromq plugin: Make sure the receive threads shut down cleanly.

zmq_poll() is used to have the threads check the shutdown condition
at least twice per second.
src/zeromq.c