summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_dmclock.h
diff options
context:
space:
mode:
authorCasey Bodley <cbodley@redhat.com>2018-04-09 16:59:29 +0200
committerAbhishek Lekshmanan <abhishek@suse.com>2019-01-31 19:39:34 +0100
commit1bde9349a12db46078203a8b060165a610d8b763 (patch)
treeb478d44d678c8f230891bece8601c796ee0aa2ba /src/rgw/rgw_dmclock.h
parentrgw: add throttle to dmclock queue (diff)
downloadceph-1bde9349a12db46078203a8b060165a610d8b763.tar.xz
ceph-1bde9349a12db46078203a8b060165a610d8b763.zip
rename dmclock PriorityQueue to AsyncScheduler
Signed-off-by: Casey Bodley <cbodley@redhat.com> Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
Diffstat (limited to 'src/rgw/rgw_dmclock.h')
-rw-r--r--src/rgw/rgw_dmclock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/rgw_dmclock.h b/src/rgw/rgw_dmclock.h
index bac0523c101..2b9a6f3eaf6 100644
--- a/src/rgw/rgw_dmclock.h
+++ b/src/rgw/rgw_dmclock.h
@@ -54,7 +54,7 @@ class ClientConfig : public md_config_obs_t {
const std::set<std::string>& changed) override;
};
-class PriorityQueue;
+class AsyncScheduler;
} // namespace rgw::dmclock