mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 11:06:52 +01:00
Make it explicit that the probe function doesn't modify passed message
This commit is contained in:
@@ -70,7 +70,7 @@ namespace zmq
|
||||
int64_t fd ();
|
||||
void set_fd (int64_t fd_);
|
||||
bool is_identity () const;
|
||||
bool is_delimiter ();
|
||||
bool is_delimiter () const;
|
||||
bool is_vsm ();
|
||||
bool is_cmsg ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user