X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fmon%2FMonitor.h;h=41fde178a97e264c50473131aa757b803f0091b6;hb=39ae355f72b1d71f2212a99f2bd9f6c1e0d35528;hp=575fef0a9c886059241b9fca30725a075a2d4445;hpb=e04241aa9b639588fa6c864845287d2824cb6b55;p=ceph.git diff --git a/ceph/src/mon/Monitor.h b/ceph/src/mon/Monitor.h index 575fef0a9..41fde178a 100644 --- a/ceph/src/mon/Monitor.h +++ b/ceph/src/mon/Monitor.h @@ -876,7 +876,7 @@ public: /** can_change_external_state if we can do things like * call elections as a result of the new map. */ - void notify_new_monmap(bool can_change_external_state=false); + void notify_new_monmap(bool can_change_external_state=false, bool remove_rank_elector=true); public: struct C_Command : public C_MonOp {