]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
AsyncMessenger: should retry in case of EINTR
authorKefu Chai <tchaikov@gmail.com>
Sat, 27 Dec 2014 05:44:24 +0000 (13:44 +0800)
committerKefu Chai <tchaikov@gmail.com>
Wed, 31 Dec 2014 02:45:00 +0000 (10:45 +0800)
commitc9da51de48e7c5d7e9ed4f4fcd7a7d9da6728c20
tree69253c46ed22a114d11ead6ca6496fc69ad5ee63
parent169e8bd2cfcfd00097eaa148acfa05b8bd43fff7
AsyncMessenger: should retry in case of EINTR

* if EINTR is returned, do_send() should return 0 or `continue`.
* reword the comment a little bit

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/msg/async/AsyncConnection.cc