MCPcopy Create free account
hub / github.com/ceph/ceph / mark_down

Method mark_down

src/msg/async/AsyncConnection.cc:730–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728}
729
730void AsyncConnection::mark_down()
731{
732 ldout(async_msgr->cct, 1) << __func__ << dendl;
733 std::lock_guard<std::mutex> l(lock);
734 protocol->stop();
735}
736
737void AsyncConnection::handle_write()
738{

Callers 12

ms_handle_resetMethod · 0.45
_session_loggedMethod · 0.45
shutdownMethod · 0.45
handle_client_identMethod · 0.45
handle_reconnectMethod · 0.45
handle_openMethod · 0.45
handle_updateMethod · 0.45
handle_reportMethod · 0.45
shutdownMethod · 0.45
reconnectMethod · 0.45

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected