Epoll refactor 24/36524/2
authorPiotr Bartosiewicz <p.bartosiewi@partner.samsung.com>
Mon, 9 Mar 2015 12:34:27 +0000 (13:34 +0100)
committerPiotr Bartosiewicz <p.bartosiewi@partner.samsung.com>
Mon, 9 Mar 2015 13:19:05 +0000 (14:19 +0100)
commit7396882735e82ef5f034c46286b0499d8f5437e7
tree6be5993fdad7fdf56252611389d627cb05b8562d
parentff4f6693266208b5e9f5bfc69b256347ccca8d35
Epoll refactor

[Bug/Feature]   N/A
[Cause]         N/A
[Solution]      N/A
[Verification]  Run tests

Change-Id: Iabb0557aa42ff09d0a2b3f9c36b451cf5fdad10f
common/epoll/event-poll.cpp [moved from common/utils/event-poll.cpp with 98% similarity]
common/epoll/event-poll.hpp [moved from common/utils/event-poll.hpp with 89% similarity]
common/epoll/events.cpp [new file with mode: 0644]
common/epoll/events.hpp [new file with mode: 0644]
common/epoll/glib-poll-dispatcher.cpp [moved from common/utils/glib-poll-dispatcher.cpp with 70% similarity]
common/epoll/glib-poll-dispatcher.hpp [moved from common/utils/glib-poll-dispatcher.hpp with 80% similarity]
common/epoll/thread-poll-dispatcher.cpp [moved from common/utils/thread-poll-dispatcher.cpp with 73% similarity]
common/epoll/thread-poll-dispatcher.hpp [moved from common/utils/thread-poll-dispatcher.hpp with 77% similarity]
tests/unit_tests/epoll/ut-event-poll.cpp [moved from tests/unit_tests/utils/ut-event-poll.cpp with 58% similarity]
tests/unit_tests/ipc/ut-ipc.cpp