Skip to content

Commit

Permalink
Merge pull request ceph#38907 from rzarzynski/wip-crimson-errorator-h…
Browse files Browse the repository at this point in the history
…andle_exception_type

crimson/common: errorated future exposes handle_exception_type().

Reviewed-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov authored Jan 14, 2021
2 parents b4935c0 + 9546d06 commit 334a783
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 334a783

Please sign in to comment.