diff options
Diffstat (limited to 'src/osd/OSDMap.h')
-rw-r--r-- | src/osd/OSDMap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/OSDMap.h b/src/osd/OSDMap.h index 3a3e6155e..510da1116 100644 --- a/src/osd/OSDMap.h +++ b/src/osd/OSDMap.h @@ -655,6 +655,7 @@ private: public: bool have_crc() const { return crc_defined; } uint32_t get_crc() const { return crc; } + bool any_osd_laggy() const; std::shared_ptr<CrushWrapper> crush; // hierarchical map bool stretch_mode_enabled; // we are in stretch mode, requiring multiple sites |