mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
LWM is computed rather than explicitly specified by user
This commit is contained in:
@@ -150,7 +150,7 @@ namespace zmq
|
||||
public:
|
||||
|
||||
pipe_t (object_t *reader_parent_, object_t *writer_parent_,
|
||||
uint64_t hwm_, uint64_t lwm_);
|
||||
uint64_t hwm_);
|
||||
~pipe_t ();
|
||||
|
||||
reader_t reader;
|
||||
@@ -158,6 +158,8 @@ namespace zmq
|
||||
|
||||
private:
|
||||
|
||||
uint64_t compute_lwm (uint64_t hwm_);
|
||||
|
||||
pipe_t (const pipe_t&);
|
||||
void operator = (const pipe_t&);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user