Add poll() wrapper 46/28846/1
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Fri, 22 Aug 2014 09:58:38 +0000 (11:58 +0200)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Thu, 16 Oct 2014 13:44:30 +0000 (15:44 +0200)
commit35fa56763b55601e85d4dd31e70b695b6a1c4c33
tree59499ecb8b33967ef32d3271a343ec495b444d42
parentecffe235d2f9c2ad0a6fc896e7b534bca0eaff14
Add poll() wrapper

Introduces Descriptor set class that is a wrapper for:
-waiting for descirptors using poll()
-adding/removing descriptors to/from pollfd
-callback invocation

Use tests from next commit for verification:
ckm-tests-internal -t DESCRIPTOR_SET_TEST
All should pass

Change-Id: I4b86e4407d899ace57ff872b0db37d045e3bb9af
src/manager/CMakeLists.txt
src/manager/common/descriptor-set.cpp [new file with mode: 0644]
src/manager/common/descriptor-set.h [new file with mode: 0644]