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: v20.0.0~2377^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=11698a6da9d518329003a90777b0ef31454d2bfd;p=ceph.git crimson/common: expose unsafe_get0 for interruptible errorated futures Signed-off-by: Samuel Just --- diff --git a/src/crimson/common/interruptible_future.h b/src/crimson/common/interruptible_future.h index 290de440949..d7e5934fdd7 100644 --- a/src/crimson/common/interruptible_future.h +++ b/src/crimson/common/interruptible_future.h @@ -721,6 +721,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;