]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/common: expose unsafe_get0 for interruptible errorated futures
authorSamuel Just <sjust@redhat.com>
Sun, 4 Feb 2024 06:47:04 +0000 (22:47 -0800)
committerSamuel Just <sjust@redhat.com>
Thu, 29 Feb 2024 23:02:38 +0000 (15:02 -0800)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/common/interruptible_future.h

index 290de440949c0aa16d5c4dd2f6d576be30a51ae3..d7e5934fdd7a782213b5e571634341703afea04b 100644 (file)
@@ -721,6 +721,7 @@ class [[nodiscard]] interruptible_future_detail<
 {
 public:
   using core_type = ErroratedFuture<crimson::errorated_future_marker<T>>;
+  using core_type::unsafe_get0;
   using errorator_type = typename core_type::errorator_type;
   using interrupt_errorator_type =
     interruptible_errorator<InterruptCond, errorator_type>;