]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
AsyncConnection: rename _send_keepalive_or_ack -> _append_keepalive_or_ack
authorIlya Dryomov <idryomov@gmail.com>
Thu, 20 Oct 2016 15:58:46 +0000 (17:58 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 7 Nov 2016 16:00:48 +0000 (17:00 +0100)
commitfda4d54cdab3ce15ac66819d8441f5cf65916852
treeed086b6b599e0f73d578b95b55ab67d8a68e1c1f
parent47fb73bfde78af299b012566ed58c3246a848627
AsyncConnection: rename _send_keepalive_or_ack -> _append_keepalive_or_ack

Commit 48d929c4f056 ("msg: async: improve _send_keepalive_or_ack()
a little") removed _try_send() call.  _try_send(false) was a no-op by
then, but still - rename appropriately.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
src/msg/async/AsyncConnection.cc
src/msg/async/AsyncConnection.h