From: Samuel Just Date: Sun, 4 Feb 2024 06:47:04 +0000 (-0800) Subject: crimson/common: expose unsafe_get0 for interruptible errorated futures X-Git-Tag: v19.1.1~386^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=af5260d5c5655ef72613c8d4336e7beea818fd34;p=ceph.git crimson/common: expose unsafe_get0 for interruptible errorated futures Signed-off-by: Samuel Just (cherry picked from commit 11698a6da9d518329003a90777b0ef31454d2bfd) --- diff --git a/src/crimson/common/interruptible_future.h b/src/crimson/common/interruptible_future.h index 2421bc67b58d..dbda2720ce0a 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;