Commit 0ee76912 authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #756 from 0x6d686b/master

Fixed typo in documentation about zmq_proxy_steerable()
parents a0bde508 3535a1d7
...@@ -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