From: Samuel Just Date: Thu, 8 Feb 2024 01:25:38 +0000 (-0800) Subject: crimson/.../errorator: expose get_exception X-Git-Tag: v19.1.1~386^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=41dfc24dc57914c8c9fc44652b6b6c349e7ebfdc;p=ceph.git crimson/.../errorator: expose get_exception Useful for intentionally ignoring an exceptional future. Otherwise, seastar warns. Signed-off-by: Samuel Just (cherry picked from commit 0afd9fa4326d4e7fe5966347a37623379072fd98) --- diff --git a/src/crimson/common/errorator.h b/src/crimson/common/errorator.h index 7e7d2c64a2d6..a9d743fcb84f 100644 --- a/src/crimson/common/errorator.h +++ b/src/crimson/common/errorator.h @@ -522,9 +522,9 @@ private: } protected: - using base_t::get_exception; friend class ::transaction_manager_test_t; public: + using base_t::get_exception; using errorator_type = ::crimson::errorator; using promise_type = seastar::promise;