From e882f7925ec32941c1e63d174454b427fb9f97d6 Mon Sep 17 00:00:00 2001 From: Matt Benjamin Date: Mon, 23 May 2016 17:22:38 -0400 Subject: [PATCH] xio: follow 03d33e59 (enqueue_for_send()->enqueue()) Signed-off-by: Matt Benjamin --- src/msg/xio/XioConnection.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msg/xio/XioConnection.cc b/src/msg/xio/XioConnection.cc index e579bc75a652..9d6c564cb858 100644 --- a/src/msg/xio/XioConnection.cc +++ b/src/msg/xio/XioConnection.cc @@ -205,7 +205,7 @@ void XioConnection::send_keepalive_or_ack_internal(bool ack, const utime_t *tp) ldout(msgr->cct,8) << __func__ << " sending command with tag " << (int)(*(char*)msg->out.header.iov_base) << " len " << msg->out.header.iov_len << dendl; - portal->enqueue_for_send(this, xcmd); + portal->enqueue(this, xcmd); } -- 2.47.3