]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/os/bluestore/bluestore_types.h
update sources to 12.2.7
[ceph.git] / ceph / src / os / bluestore / bluestore_types.h
index c2c0e39a089dc77e694e7938a0feabc4ae9c3998..bb57242ba3abe68d54ba93e882f7f9bc91f0669a 100644 (file)
@@ -64,6 +64,8 @@ struct bluestore_cnode_t {
 };
 WRITE_CLASS_DENC(bluestore_cnode_t)
 
+ostream& operator<<(ostream& out, const bluestore_cnode_t& l);
+
 class AllocExtent;
 typedef mempool::bluestore_alloc::vector<AllocExtent> AllocExtentVector;
 class AllocExtent {