diff options
author | Martin Hurton <hurtonm@gmail.com> | 2010-03-01 17:21:23 +0100 |
---|---|---|
committer | Martin Hurton <hurtonm@gmail.com> | 2010-03-12 11:07:38 +0100 |
commit | f9c84a1a689f4f64cfa45cb22d4f02ec246c7f93 (patch) | |
tree | e9d8aefce8f9a0c22a3aa119e0c95912c31673a8 | |
parent | 5d4f6b18cd57897cc0e77e474118e104a0d5cfc3 (diff) |
Implement flow control for ZMQ_DOWNSTREAM sockets
-rw-r--r-- | src/downstream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/downstream.cpp b/src/downstream.cpp index feeb8c3..ca614d8 100644 --- a/src/downstream.cpp +++ b/src/downstream.cpp @@ -67,7 +67,7 @@ void zmq::downstream_t::xrevive (class reader_t *pipe_) void zmq::downstream_t::xrevive (class writer_t *pipe_) { - zmq_not_implemented (); + lb.revive (pipe_); } int zmq::downstream_t::xsetsockopt (int option_, const void *optval_, |