1
0
mirror of https://github.com/ceph/ceph synced 2025-03-11 02:39:05 +00:00

fixed up subops

This commit is contained in:
Sage Weil 2008-01-01 20:53:31 -08:00
parent 87f4ebe762
commit 4642cc1761
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ public:
env.data_off = st.offset;
}
virtual char *get_type_name() { return "osd_sub_op"; }
const char *get_type_name() { return "osd_sub_op"; }
void print(ostream& out) {
out << "osd_sub_op(" << st.reqid
<< " " << MOSDOp::get_opname(st.op)

View File

@ -103,7 +103,7 @@ public:
env.data_off = st.offset;
}
virtual char *get_type_name() { return "osd_op_reply"; }
const char *get_type_name() { return "osd_op_reply"; }
void print(ostream& out) {
out << "osd_sub_op_reply(" << st.reqid