]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/tools/rbd_mirror/PoolWatcher.h
update sources to v12.1.3
[ceph.git] / ceph / src / tools / rbd_mirror / PoolWatcher.h
index 51ee00e9add84934057116c29b3f1f7eeca5ad83..9a02bad4bd83ae4398767ff1d2761d8ed5f1f049 100644 (file)
@@ -52,7 +52,7 @@ public:
   void init(Context *on_finish = nullptr);
   void shut_down(Context *on_finish);
 
-  inline size_t get_image_count() const {
+  inline uint64_t get_image_count() const {
     Mutex::Locker locker(m_lock);
     return m_image_ids.size();
   }