]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_formats.h
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / rgw / rgw_formats.h
index 12ad224a3dbbe6a3d30709003f8bba2131640487..e645d3ec2cff4038fcdf6f9594218b8129756429 100644 (file)
@@ -37,6 +37,7 @@ public:
   void open_object_section(std::string_view name) override;
   void open_object_section_in_ns(std::string_view name, const char *ns) override;
   void close_section() override;
+  void dump_null(std::string_view name) override;
   void dump_unsigned(std::string_view name, uint64_t u) override;
   void dump_int(std::string_view name, int64_t u) override;
   void dump_float(std::string_view name, double d) override;