common: Inotify implementation 30/49730/7
authorJan Olszak <j.olszak@samsung.com>
Mon, 19 Oct 2015 12:49:45 +0000 (14:49 +0200)
committerJan Olszak <j.olszak@samsung.com>
Wed, 21 Oct 2015 14:58:17 +0000 (16:58 +0200)
commitd56d6393f67cd587e0d3e8c18a57a4f49a701c2c
tree774e82094a9699b9a8760178197954ef5e5ac338
parent3547bec83a06ddd27429bc5280690ebc2852732c
common: Inotify implementation

[Feature]       Asynchronous file system events
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install and run tests

Change-Id: I53b1d75026550cf3563dce7fb1ea50eede4fb5cb
common/utils/eventfd.hpp
common/utils/fs.cpp
common/utils/fs.hpp
common/utils/inotify.cpp [new file with mode: 0644]
common/utils/inotify.hpp [new file with mode: 0644]
common/utils/paths.hpp
common/utils/signalfd.hpp
tests/unit_tests/utils/ut-inotify.cpp [new file with mode: 0644]