Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
replacing(false),
can_write(false),
bannerExchangeCallback(nullptr),
- next_payload_len(0),
next_tag(static_cast<Tag>(0)),
keepalive(false) {
}
return _fault();
}
- next_payload_len = payload_len;
-
INTERCEPT(state == BANNER_CONNECTING ? 5 : 6);
- return READ(next_payload_len, _handle_peer_banner_payload);
+ return READ(payload_len, _handle_peer_banner_payload);
}
CtPtr ProtocolV2::_handle_peer_banner_payload(rx_buffer_t &&buffer, int r) {
using ProtFuncPtr = void (ProtocolV2::*)();
Ct<ProtocolV2> *bannerExchangeCallback;
- uint32_t next_payload_len;
-
public:
boost::container::static_vector<ceph::msgr::v2::segment_t,