From: Shilpa Jagannath Date: Thu, 13 Nov 2025 19:42:17 +0000 (-0500) Subject: rgw/datalog: enable fallback implementation of asio co_compose X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6573ce3a7d79ec8fff5abcbb5f0032c154978894;p=ceph-ci.git rgw/datalog: enable fallback implementation of asio co_compose (cherry picked from commit ffbef3ad9cb63aca539f51d38cdeabae295b22d3) --- diff --git a/src/neorados/cls/common.h b/src/neorados/cls/common.h index 59d6cdeff16..7066e7b88e3 100644 --- a/src/neorados/cls/common.h +++ b/src/neorados/cls/common.h @@ -35,7 +35,7 @@ #include "include/encoding.h" #if !defined(__clang__) && defined(__GNUC__) && (__GNUC__ < 13) -#define BROKEN_CO_COMPOSED +#define BROKEN_CO_COMPOSED 1 #endif /// \file neorados/cls/common.h