]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/cls/rgw/cls_rgw_types.h
update sources to 12.2.10
[ceph.git] / ceph / src / cls / rgw / cls_rgw_types.h
index 97b53742b85729d85dd678951bbd7ccb3b7ca7aa..51107c3259521e1bac11c27b783cd2b677930230 100644 (file)
@@ -854,6 +854,10 @@ struct rgw_usage_log_entry {
     usage_map[category].aggregate(data);
     total_usage.aggregate(data);
   }
+
+  void dump(Formatter* f) const;
+  static void generate_test_instances(list<rgw_usage_log_entry*>& o);
+
 };
 WRITE_CLASS_ENCODER(rgw_usage_log_entry)