]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/net: introduce IOHandler::sid and the related assertions
authorYingxin Cheng <yingxin.cheng@intel.com>
Mon, 27 Mar 2023 09:00:13 +0000 (17:00 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Sun, 25 Jun 2023 03:57:19 +0000 (11:57 +0800)
commit3b47c9a632db4ab04d0a185c598e18b2c1219ee5
tree8b37657287ae91bd686386baa03ec26dc5b1660c
parent53df464f41e6b9c6b97b6a11771bd0de41f2ab8f
crimson/net: introduce IOHandler::sid and the related assertions

Note that Connection and Messenger may be destructed in any order, so
keep a copy of msgr_sid in SocketConnection.

Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
src/crimson/net/SocketConnection.cc
src/crimson/net/SocketConnection.h
src/crimson/net/io_handler.cc
src/crimson/net/io_handler.h