]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
xio: follow 03d33e59 (enqueue_for_send()->enqueue()) 9276/head
authorMatt Benjamin <mbenjamin@redhat.com>
Mon, 23 May 2016 21:22:38 +0000 (17:22 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Mon, 23 May 2016 21:22:38 +0000 (17:22 -0400)
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/msg/xio/XioConnection.cc

index e579bc75a652fbe6f2d6a01c6218cc8928f158f1..9d6c564cb858ec864bf15e0015757290dbe4ed82 100644 (file)
@@ -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);
 }