]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mds/Beacon.h
update sources to v12.2.5
[ceph.git] / ceph / src / mds / Beacon.h
index 201804def072f593bc3dafaac4ede6b7aff9e4bc..5815a9014b6191a941819ad6350d519ac092bf00 100644 (file)
@@ -16,6 +16,8 @@
 #ifndef BEACON_STATE_H
 #define BEACON_STATE_H
 
+#include <boost/utility/string_view.hpp>
+
 #include "include/types.h"
 #include "include/Context.h"
 #include "common/Mutex.h"
@@ -40,7 +42,7 @@ class MDSRank;
 class Beacon : public Dispatcher
 {
 public:
-  Beacon(CephContext *cct_, MonClient *monc_, std::string name);
+  Beacon(CephContext *cct_, MonClient *monc_, boost::string_view name);
   ~Beacon() override;
 
   void init(MDSMap const *mdsmap);