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

Method server_ready

src/msg/async/ProtocolV2.cc:3018–3026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3016}
3017
3018CtPtr ProtocolV2::server_ready() {
3019 ldout(cct, 20) << __func__ << dendl;
3020
3021 if (connection->delay_state) {
3022 ceph_assert(connection->delay_state->ready());
3023 }
3024
3025 return ready();
3026}
3027
3028CtPtr ProtocolV2::send_reconnect_ok() {
3029 ldout(cct, 20) << __func__ << dendl;

Callers

nothing calls this directly

Calls 2

readyFunction · 0.85
readyMethod · 0.45

Tested by

no test coverage detected