]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mgr/PyFormatter.h
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / mgr / PyFormatter.h
index 5e4c0a679ac34ce427ffff31319aff7d21d3cc34..b45fbf162e0b02cd5881ddb3905b7857e84703e9 100644 (file)
@@ -87,6 +87,7 @@ public:
     stack.pop();
   }
   void dump_bool(std::string_view name, bool b) 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;