Skip to content

Commit

Permalink
Merge pull request #756 from 0x6d686b/master
Browse files Browse the repository at this point in the history
Fixed typo in documentation about zmq_proxy_steerable()
  • Loading branch information
hintjens committed Nov 15, 2013
2 parents a0bde50 + 3535a1d commit 0ee7691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/zmq_proxy_steerable.txt
Expand Up @@ -62,7 +62,7 @@ assert (zmq_connect (control, "tcp://*:5557") == 0);
assert (zmq_setsockopt (control, ZMQ_SUBSCRIBE, "", 0));
// Start the queue proxy, which runs until ETERM or "TERMINATE" received on
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
----
Expand Down

0 comments on commit 0ee7691

Please sign in to comment.