From: Mohit Agrawal Date: Mon, 28 Jul 2025 12:08:07 +0000 (+0530) Subject: common/mclock_common: Declared MonClient for crimson in mclock_common X-Git-Tag: testing/wip-pdonnell-testing-20260108.183402~5^2~14^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=313741faf047cea24a96e5bd66ee58d5a58d0105;p=ceph-ci.git common/mclock_common: Declared MonClient for crimson in mclock_common Signed-off-by: Mohit Agrawal --- diff --git a/src/common/mclock_common.h b/src/common/mclock_common.h index ff29df931a7..98beb317db3 100644 --- a/src/common/mclock_common.h +++ b/src/common/mclock_common.h @@ -43,6 +43,7 @@ enum class scheduler_class_t : uint8_t { #ifdef WITH_CRIMSON using SchedulerClass = scheduler_class_t; +using MonClient = crimson::mon::Client; #else using SchedulerClass = op_scheduler_class; #endif