mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 12:18:04 +01:00
Make it explicit that the probe function doesn't modify passed message
This commit is contained in:
@@ -267,7 +267,7 @@ bool zmq::msg_t::is_identity () const
|
||||
return (u.base.flags & identity) == identity;
|
||||
}
|
||||
|
||||
bool zmq::msg_t::is_delimiter ()
|
||||
bool zmq::msg_t::is_delimiter () const
|
||||
{
|
||||
return u.base.type == type_delimiter;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user