Add vsm_get_event_fd and vsm_enter_eventloop 35/40435/7
authorMateusz Malicki <m.malicki2@samsung.com>
Wed, 3 Jun 2015 13:58:18 +0000 (15:58 +0200)
committerJan Olszak <j.olszak@samsung.com>
Tue, 16 Jun 2015 12:55:23 +0000 (05:55 -0700)
commit189ae89e124478a4aaface3c2a593cee2603ebf2
tree82d426f425c9141d2511595e21fcd597c6b6222c
parent28a791d3a60e8885e34ddd19d9ef1c5dd65355fa
Add vsm_get_event_fd and vsm_enter_eventloop

[Feature]       Provide possibility to implement custom event loop for
                user of vasum client library
[Cause]         Integration with other services
[Solution]      Possibility to fetch event fd and run event loop
[Verification]  run ClientSuite tests

Change-Id: Ic47e5de8bfd09889330d97d35d4c9ef47f238953
client/host-ipc-connection.cpp
client/host-ipc-connection.hpp
client/vasum-client-impl.cpp
client/vasum-client-impl.hpp
client/vasum-client.cpp
client/vasum-client.h
tests/unit_tests/client/ut-client.cpp
wrapper/wrapper.cpp