From af5260d5c5655ef72613c8d4336e7beea818fd34 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Sat, 3 Feb 2024 22:47:04 -0800 Subject: [PATCH] crimson/common: expose unsafe_get0 for interruptible errorated futures Signed-off-by: Samuel Just (cherry picked from commit 11698a6da9d518329003a90777b0ef31454d2bfd) --- src/crimson/common/interruptible_future.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crimson/common/interruptible_future.h b/src/crimson/common/interruptible_future.h index 2421bc67b58..dbda2720ce0 100644 --- a/src/crimson/common/interruptible_future.h +++ b/src/crimson/common/interruptible_future.h @@ -719,6 +719,7 @@ class [[nodiscard]] interruptible_future_detail< { public: using core_type = ErroratedFuture>; + using core_type::unsafe_get0; using errorator_type = typename core_type::errorator_type; using interrupt_errorator_type = interruptible_errorator; -- 2.47.3