]> git-server-git.apps.pok.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>
Mon, 26 Jan 2026 15:27:02 +0000 (10:27 -0500)
commita789dc0bd2d3afc1fe467f7930cc144537cf77b5
treec6778e6d74d7e14e5e98f6df13a5d1f126e85df4
parent2c3a1aa32f98acd1d261feb896c41d628dcf6bbd
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