From 61ee6fae536a8000be87b5aaf271f6519a3b7d3f Mon Sep 17 00:00:00 2001 From: Martin Hurton Date: Mon, 1 Mar 2010 10:13:26 +0100 Subject: Implement flow control This commit introduces the necessary changes necessary for implementing flow control. None of the socket types implements the flow control yet. The code will crash when the flow control is enabled and the thw lwm is reached. The following commits will add flow-control support for individual socket types. --- src/lb.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lb.hpp') diff --git a/src/lb.hpp b/src/lb.hpp index a0998ad..5bddc1e 100644 --- a/src/lb.hpp +++ b/src/lb.hpp @@ -36,7 +36,6 @@ namespace zmq void attach (class writer_t *pipe_); void detach (class writer_t *pipe_); - void kill (class writer_t *pipe_); void revive (class writer_t *pipe_); int send (zmq_msg_t *msg_, int flags_); bool has_out (); -- cgit v1.2.3