Skip to content

Commit

Permalink
crimson/common: errorated future exposes handle_exception_type().
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslaw Zarzynski <[email protected]>
  • Loading branch information
rzarzynski committed Jan 14, 2021
1 parent 72cc819 commit 9546d06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/crimson/common/errorator.h
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,8 @@ struct errorator {

using base_t::available;
using base_t::failed;
// need this because of the legacy in PG::do_osd_ops().
using base_t::handle_exception_type;

[[gnu::always_inline]]
_future(base_t&& base)
Expand Down

0 comments on commit 9546d06

Please sign in to comment.