]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Event: no need to delete_file_Event when deconstruct
authorHaomai Wang <haomai@xsky.com>
Tue, 8 Mar 2016 07:51:02 +0000 (15:51 +0800)
committerHaomai Wang <haomai@xsky.com>
Mon, 11 Jul 2016 14:43:00 +0000 (22:43 +0800)
commit2ee2652379c00de6e26f836e5b3068ff0e6b1dbd
tree23a2b641c5a50e5305461fd1c09b7e14220de5ae
parentf6879fea787d2de1c23584b9b45b26f4966b87c6
Event: no need to delete_file_Event when deconstruct

Since we are going to close all epoll and cleanup resources, no need to delete
notify fd resource. And another reason is "delete_file_event" doesn't expect
other threads to call

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