]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/rgw/test_rgw_dmclock_scheduler.cc
import quincy beta 17.1.0
[ceph.git] / ceph / src / test / rgw / test_rgw_dmclock_scheduler.cc
index 3b9fe1a5574c6f22d8fb39fd3f28706f36080c6a..ca4aa02012d998bb0e82486e657745859cb2d3b1 100644 (file)
@@ -400,7 +400,7 @@ TEST(Queue, SpawnAsyncRequest)
 {
   boost::asio::io_context context;
 
-  spawn::spawn(context, [&] (spawn::yield_context yield) {
+  spawn::spawn(context, [&] (yield_context yield) {
     ClientCounters counters(g_ceph_context);
     AsyncScheduler queue(g_ceph_context, context, std::ref(counters), nullptr,
                     [] (client_id client) -> ClientInfo* {