]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/common/interruptible_future: add interruptor::base_ertr
authorSamuel Just <sjust@redhat.com>
Tue, 15 Jun 2021 00:24:41 +0000 (17:24 -0700)
committerSamuel Just <sjust@redhat.com>
Wed, 23 Jun 2021 18:37:37 +0000 (11:37 -0700)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/common/interruptible_future.h

index 28a7667a7f1dcf8396d777a3c46215ff4bac810a..748154867abd838438d0eec4ba81dba94596dc8f 100644 (file)
@@ -460,6 +460,8 @@ private:
 
 template <typename InterruptCond, typename Errorator>
 struct interruptible_errorator {
+  using base_ertr = Errorator;
+
   template <typename ValueT = void>
   using future = interruptible_future_detail<InterruptCond,
        typename Errorator::template future<ValueT>>;