Revert "Problem: term "identity" is confusing"

This commit is contained in:
Doron Somech
2017-09-07 15:47:43 +03:00
committed by GitHub
parent 08b01a5108
commit af03241dcb
43 changed files with 344 additions and 377 deletions

View File

@@ -413,9 +413,9 @@ void zmq::msg_t::reset_metadata ()
}
}
bool zmq::msg_t::is_routing_id () const
bool zmq::msg_t::is_identity () const
{
return (u.base.flags & routing_id) == routing_id;
return (u.base.flags & identity) == identity;
}
bool zmq::msg_t::is_credential () const