]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/DecayCounter.h
update sources to 12.2.7
[ceph.git] / ceph / src / common / DecayCounter.h
index e45aed8d2f2a5f590859898a2928e7e188fdba7f..4addb1ce34e7864ae8769689766e3c6f0c8299cd 100644 (file)
@@ -86,15 +86,15 @@ public:
     return val+delta;
   }
 
-  double get_last() {
+  double get_last() const {
     return val;
   }
   
-  double get_last_vel() {
+  double get_last_vel() const {
     return vel;
   }
 
-  utime_t get_last_decay() 
+  utime_t get_last_decay() const {
     return last_decay; 
   }