]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/librbd/io/SimpleSchedulerObjectDispatch.h
import 15.2.5
[ceph.git] / ceph / src / librbd / io / SimpleSchedulerObjectDispatch.h
index e5a88371d7f3a19f2f1d34b9690adbbb05e2cca6..0cab97ff0ada961f8c978e96a64ea037cdc58df5 100644 (file)
@@ -22,6 +22,7 @@ class ImageCtx;
 
 namespace io {
 
+template <typename> class FlushTracker;
 class LatencyStats;
 
 /**
@@ -176,6 +177,8 @@ private:
 
   ImageCtxT *m_image_ctx;
 
+  FlushTracker<ImageCtxT>* m_flush_tracker;
+
   ceph::mutex m_lock;
   SafeTimer *m_timer;
   ceph::mutex *m_timer_lock;