From: Casey Bodley Date: Mon, 16 Mar 2026 20:14:24 +0000 (-0400) Subject: common/async: async_cond Executor defaults to any_io_executor X-Git-Tag: v21.0.0~9^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a3a23a522a8bbd77d26ab135d43cfe1bf4484ef9;p=ceph.git common/async: async_cond Executor defaults to any_io_executor Signed-off-by: Casey Bodley --- diff --git a/src/common/async/async_cond.h b/src/common/async/async_cond.h index d69f51ba5d6..0ad87f75cd0 100644 --- a/src/common/async/async_cond.h +++ b/src/common/async/async_cond.h @@ -25,6 +25,7 @@ #include #include +#include #include #include #include @@ -47,7 +48,8 @@ namespace ceph::async { /// /// \tparam Executor An asio::executor /// \tparam BasicLockable The mutex -template +template class async_cond : public service_list_base_hook { friend service;