mirror of
https://github.com/ceph/ceph
synced 2025-01-19 01:21:49 +00:00
msg/DispatchQueue: myaddr -> myaddrs
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
f30843581d
commit
f24077c189
@ -26,7 +26,7 @@
|
||||
*/
|
||||
|
||||
#undef dout_prefix
|
||||
#define dout_prefix *_dout << "-- " << msgr->get_myaddr() << " "
|
||||
#define dout_prefix *_dout << "-- " << msgr->get_myaddrs() << " "
|
||||
|
||||
double DispatchQueue::get_max_age(utime_t now) const {
|
||||
Mutex::Locker l(lock);
|
||||
|
Loading…
Reference in New Issue
Block a user