]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: Cleanup request signaling
authorSam Lang <sam.lang@inktank.com>
Mon, 25 Mar 2013 18:13:28 +0000 (13:13 -0500)
committerSam Lang <sam.lang@inktank.com>
Tue, 26 Mar 2013 14:25:19 +0000 (09:25 -0500)
commitb9141e94931c5ddb4fb1687da08f5c75f8ad6703
tree7ec3ee6896f08a16af92d227ec76f2baf730d734
parent3b520b5173d96db5ffc30ed31a92760f3910e733
client: Cleanup request signaling

Split up the conditionals handling unsafe reply
and signaling the caller to improve readability.
The overall behavior of the code remains the same.

Signed-off-by: Sam Lang <sam.lang@inktank.com>
src/client/Client.cc