]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
AsyncConnection: Fix msgr send bytes perf counter statistic 5035/head
authorHaomai Wang <haomaiwang@gmail.com>
Mon, 22 Jun 2015 05:01:24 +0000 (13:01 +0800)
committerHaomai Wang <haomaiwang@gmail.com>
Mon, 22 Jun 2015 05:01:48 +0000 (13:01 +0800)
commit53d6c1f1798450cba39a3ed3cb5bedaff7183549
treecfdd9e5e5ff5cf8918710a7dce46a53857b3000a
parentc71a2f5a6b1ad4e2122b15aa16d87ad5afaab595
AsyncConnection: Fix msgr send bytes perf counter statistic

prepare_send_message may be called twice, we need to move to write_message

Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
src/msg/async/AsyncConnection.cc