From: Radoslaw Zarzynski Date: Fri, 8 Mar 2019 23:00:53 +0000 (+0100) Subject: msg/async, v2: rectify the encapsulation of rx_segments_{desc,data}. X-Git-Tag: v14.2.0~23^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d8c0de5beed50ecb623bf33da504cf276f87fc8c;p=ceph.git msg/async, v2: rectify the encapsulation of rx_segments_{desc,data}. Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/msg/async/ProtocolV2.h b/src/msg/async/ProtocolV2.h index 0193d7992a1..afdd7a568bf 100644 --- a/src/msg/async/ProtocolV2.h +++ b/src/msg/async/ProtocolV2.h @@ -93,14 +93,10 @@ private: using ProtFuncPtr = void (ProtocolV2::*)(); Ct *bannerExchangeCallback; -public: - boost::container::static_vector rx_segments_desc; boost::container::static_vector rx_segments_data; -private: - ceph::msgr::v2::Tag next_tag; utime_t backoff; // backoff time utime_t recv_stamp;