]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
AsyncMessenger: make create/delete_file_event within event thread
authorHaomai Wang <haomai@xsky.com>
Tue, 8 Mar 2016 05:59:50 +0000 (13:59 +0800)
committerHaomai Wang <haomai@xsky.com>
Tue, 12 Jul 2016 15:37:22 +0000 (23:37 +0800)
commit478dd900271bf6485d458d51f81852fba6079a67
treec1b98d87940b59395cae955bb33151dc52c4e9ba
parent2ee2652379c00de6e26f836e5b3068ff0e6b1dbd
AsyncMessenger: make create/delete_file_event within event thread

We are make each AsyncConnection/AsyncMessenger only modify its file event
in event thread. So make sure create/delete_file_event aren't directly called.

Signed-off-by: Haomai Wang <haomai@xsky.com>
src/msg/async/AsyncConnection.cc
src/msg/async/AsyncConnection.h
src/msg/async/AsyncMessenger.cc