Fixed typo in documentation about zmq_proxy_steerable()

parent a0bde508
...@@ -62,7 +62,7 @@ assert (zmq_connect (control, "tcp://*:5557") == 0); ...@@ -62,7 +62,7 @@ assert (zmq_connect (control, "tcp://*:5557") == 0);
assert (zmq_setsockopt (control, ZMQ_SUBSCRIBE, "", 0)); assert (zmq_setsockopt (control, ZMQ_SUBSCRIBE, "", 0));
// Start the queue proxy, which runs until ETERM or "TERMINATE" received on // Start the queue proxy, which runs until ETERM or "TERMINATE" received on
the control socket the control socket
zmq_proxy (frontend, backend, NULL, control); zmq_proxy_steerable (frontend, backend, NULL, control);
---- ----
.Set up a controller in another node, process or whatever .Set up a controller in another node, process or whatever
---- ----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment