summaryrefslogtreecommitdiffstats
path: root/src/rgw/CMakeLists.txt
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/CMakeLists.txt
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/CMakeLists.txt')
-rw-r--r--src/rgw/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/CMakeLists.txt b/src/rgw/CMakeLists.txt
index 8e0b3b4a407..696820335e1 100644
--- a/src/rgw/CMakeLists.txt
+++ b/src/rgw/CMakeLists.txt
@@ -65,7 +65,7 @@ set(librgw_common_srcs
rgw_cors_s3.cc
rgw_dencoder.cc
rgw_dmclock.cc
- rgw_dmclock_queue.cc
+ rgw_dmclock_scheduler.cc
rgw_env.cc
rgw_es_query.cc
rgw_formats.cc