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

Method server_ready

src/msg/async/ProtocolV1.cc:2618–2631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2616}
2617
2618CtPtr ProtocolV1::server_ready() {
2619 ldout(cct, 20) << __func__ << " session_security is "
2620 << session_security
2621 << dendl;
2622
2623 ldout(cct, 20) << __func__ << " accept done" << dendl;
2624 connect_msg = {};
2625
2626 if (connection->delay_state) {
2627 ceph_assert(connection->delay_state->ready());
2628 }
2629
2630 return ready();
2631}

Callers

nothing calls this directly

Calls 2

readyFunction · 0.85
readyMethod · 0.45

Tested by

no test coverage detected