}
const char *get_type_name() { return "creply"; }
void print(ostream& o) {
- o << "creply(" << env.dst.name << "." << le64_to_cpu(st.tid);
+ o << "client_reply(" << env.dst.name << "." << le64_to_cpu(st.tid);
o << " = " << st.result;
if (st.result <= 0)
o << " " << strerror(-st.result);
const char *get_type_name() { return "creq"; }
void print(ostream& out) {
- out << "clientreq(" << get_client()
+ out << "client_request(" << get_client()
<< "." << get_tid()
<< " " << ceph_mds_op_name(get_op());
//if (!get_filepath().empty())