]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
msg: add interface to shutdown Connection
authorPatrick Donnelly <pdonnell@ibm.com>
Tue, 13 May 2025 16:26:48 +0000 (12:26 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Wed, 1 Oct 2025 18:47:06 +0000 (14:47 -0400)
commitd68685517c8194d021db17c09924b54dc0b2f225
tree6968c07e6ad55e8e4c1e0ca8e1fa1d875019730d
parent83e13f06aaf255da63448353c1698a4bba08de35
msg: add interface to shutdown Connection

Unfortunately this doesn't work as-is because I couldn't find primitives to
flush the out_queue. It's left as a to-do for now.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
src/mon/Monitor.cc
src/msg/Connection.h
src/msg/async/AsyncConnection.cc
src/msg/async/AsyncConnection.h