From 04de9c135f818e7e042537f09f347ef6d70675c4 Mon Sep 17 00:00:00 2001 From: Avner BenHanoch Date: Wed, 20 Apr 2016 14:21:19 +0300 Subject: [PATCH] xio: move 3 methods from public to private (flush_out_queues, discard_out_queues, adjust_clru) Signed-off-by: Avner BenHanoch --- src/msg/xio/XioConnection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/msg/xio/XioConnection.h b/src/msg/xio/XioConnection.h index e9ce77a383fa..cdd5b2dd80c5 100644 --- a/src/msg/xio/XioConnection.h +++ b/src/msg/xio/XioConnection.h @@ -327,11 +327,11 @@ public: struct xio_msg *msg, void *conn_user_context); void msg_send_fail(XioSend *xsend, int code); void msg_release_fail(struct xio_msg *msg, int code); +private: + void send_keepalive_or_ack_internal(bool ack = false, const utime_t *tp = nullptr); int flush_out_queues(uint32_t flags); int discard_out_queues(uint32_t flags); int adjust_clru(uint32_t flags); -private: - void send_keepalive_or_ack_internal(bool ack = false, const utime_t *tp = nullptr); }; typedef boost::intrusive_ptr XioConnectionRef; -- 2.47.3