mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 05:29:43 +01:00
Make it explicit that the probe function doesn't modify passed message
This commit is contained in:
@@ -199,7 +199,7 @@ namespace zmq
|
||||
blob_t identity;
|
||||
|
||||
// Returns true if the message is delimiter; false otherwise.
|
||||
static bool is_delimiter (msg_t &msg_);
|
||||
static bool is_delimiter (const msg_t &msg_);
|
||||
|
||||
// Computes appropriate low watermark from the given high watermark.
|
||||
static int compute_lwm (int hwm_);
|
||||
|
||||
Reference in New Issue
Block a user