]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/net: move close logic from Protocol to ProtocolV2
authorYingxin Cheng <yingxin.cheng@intel.com>
Thu, 3 Nov 2022 05:45:47 +0000 (13:45 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Wed, 8 Feb 2023 06:07:41 +0000 (14:07 +0800)
commit275214692eaa947f77da703ac782ab46660c10fc
tree61c154d13474b64eac77fc44fd7099ff7ca3ce7e
parent1ce6acbf498d7c2f12f906525fa66b1128044805
crimson/net: move close logic from Protocol to ProtocolV2

Protocol class will be removed.

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