]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/LogEntry.h
update sources to v12.1.1
[ceph.git] / ceph / src / common / LogEntry.h
index 4feea3d419fc7c15d8752cf77d71df1f020154d5..a25f9c38150d7a8fde1ca84449d94f2bf5681262 100644 (file)
@@ -115,6 +115,7 @@ struct LogEntry {
   void decode(bufferlist::iterator& bl);
   void dump(Formatter *f) const;
   static void generate_test_instances(list<LogEntry*>& o);
+  static clog_type str_to_level(std::string const &str);
 };
 WRITE_CLASS_ENCODER_FEATURES(LogEntry)