]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/osd/PeeringState.h
import 15.2.2 octopus source
[ceph.git] / ceph / src / osd / PeeringState.h
index 160ca0090e1b364792e017cfd0ce89ad2839f652..ede2258065b85b4abf587da70632ce65a84b7ea1 100644 (file)
@@ -2273,6 +2273,10 @@ public:
     return last_update_applied;
   }
 
+  eversion_t get_last_update_ondisk() const {
+    return last_update_ondisk;
+  }
+
   bool debug_has_dirty_state() const {
     return dirty_info || dirty_big_info;
   }