| 3016 | } |
| 3017 | |
| 3018 | CtPtr 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 | |
| 3028 | CtPtr ProtocolV2::send_reconnect_ok() { |
| 3029 | ldout(cct, 20) << __func__ << dendl; |