]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mgr/MgrStandby.h
update sources to 12.2.2
[ceph.git] / ceph / src / mgr / MgrStandby.h
index e24f175cada4090845e42157e26d7313f88fa304..a64fd7e99958c4f164dd9fe3aee6e8d6fc30fb46 100644 (file)
@@ -23,6 +23,7 @@
 #include "client/Client.h"
 #include "mon/MonClient.h"
 #include "osdc/Objecter.h"
+#include "PyModuleRegistry.h"
 
 
 class MMgrMap;
@@ -48,6 +49,7 @@ protected:
   Mutex lock;
   SafeTimer timer;
 
+  PyModuleRegistry py_module_registry;
   std::shared_ptr<Mgr> active_mgr;
 
   int orig_argc;