This will help identify the msgr instance.
This is the same prefix style as the other msgrs.
Change-Id: I47aeaf5e62c5c728691affb67858bd791ea20ba9
Signed-off-by: Roi Dayan <roid@mellanox.com>
} /* xio_uri_from_entity */
/* XioMessenger */
+#undef dout_prefix
+#define dout_prefix _prefix(_dout, this)
+static ostream& _prefix(std::ostream *_dout, XioMessenger *msgr) {
+ return *_dout << "-- " << msgr->get_myaddr() << " ";
+}
+
XioMessenger::XioMessenger(CephContext *cct, entity_name_t name,
string mname, uint64_t _nonce, uint64_t features,
DispatchStrategy *ds)