]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mds/mdstypes.cc
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / mds / mdstypes.cc
index a914b9f3015dbc04a6157f0aff8de1a22b83a601..044c33459606f3b0f4e1fd175925cb12ba01af38 100644 (file)
@@ -771,6 +771,10 @@ void mds_table_pending_t::generate_test_instances(std::list<mds_table_pending_t*
   ls.back()->tid = 35434;
 }
 
+void metareqid_t::dump(ceph::Formatter* f) const {
+  f->dump_object("entity", name);
+  f->dump_unsigned("tid", tid);
+}
 
 /*
  * inode_load_vec_t