X-Git-Url: https://git.proxmox.com/?p=ceph.git;a=blobdiff_plain;f=ceph%2Fsrc%2Fmgr%2FMgrStandby.h;h=a64fd7e99958c4f164dd9fe3aee6e8d6fc30fb46;hp=e24f175cada4090845e42157e26d7313f88fa304;hb=3efd99882e8c73385040d3f5c48fd014e4247be7;hpb=1a629971a9bcaaae99e5539a3a43f800a297f267 diff --git a/ceph/src/mgr/MgrStandby.h b/ceph/src/mgr/MgrStandby.h index e24f175ca..a64fd7e99 100644 --- a/ceph/src/mgr/MgrStandby.h +++ b/ceph/src/mgr/MgrStandby.h @@ -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 active_mgr; int orig_argc;