[Pkg-ceph-commits] [ceph] 42/59: Add additional use of uint64_t

James Downing Page jamespage at moszumanska.debian.org
Thu Feb 1 15:27:56 UTC 2018


This is an automated email from the git hooks/post-receive script.

jamespage pushed a commit to branch ubuntu/artful
in repository ceph.

commit bd1569d1d4d104936c7967099b6fc498510d770e
Author: James Page <james.page at ubuntu.com>
Date:   Wed Aug 9 09:58:56 2017 +0100

    Add additional use of uint64_t
---
 debian/patches/32bit-compat-service-daemon.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/debian/patches/32bit-compat-service-daemon.patch b/debian/patches/32bit-compat-service-daemon.patch
index 686e9de..a883af3 100644
--- a/debian/patches/32bit-compat-service-daemon.patch
+++ b/debian/patches/32bit-compat-service-daemon.patch
@@ -20,3 +20,14 @@ Forwareded: no
    for (auto &it : m_image_replayers) {
      ++image_count;
      auto health_state = it.second->get_health_state();
+--- a/src/tools/rbd_mirror/PoolWatcher.h
++++ b/src/tools/rbd_mirror/PoolWatcher.h
+@@ -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();
+   }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list