]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/net: move implementation of dtor into .cc file
authorKefu Chai <kchai@redhat.com>
Thu, 21 Jan 2021 12:44:59 +0000 (20:44 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 22 Jan 2021 05:07:48 +0000 (13:07 +0800)
commitc54bcf660f89a2d0a89e7df3bbe9a327a19dc39c
tree86cc1f831e5af8cf412774810afcb2a1a9739b31
parent9a248da3feedc2b7e3de0c7c5c585e030568681c
crimson/net: move implementation of dtor into .cc file

ceph_assert() is expanded into 5 lines of code. it'd help to speed up
the compiling a little bit.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/net/SocketMessenger.cc
src/crimson/net/SocketMessenger.h