IPC via UX sockets 18/29718/15
authorJan Olszak <j.olszak@samsung.com>
Mon, 3 Nov 2014 06:52:00 +0000 (08:52 +0200)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Wed, 12 Nov 2014 10:33:53 +0000 (02:33 -0800)
commitb25dcc4c14d972123e109517585ff36989d05d1a
treea70db0cdcec125cdbf2fa6aa35fac0f2fd4e6ef0
parent92f6ab7c3bc9d0fb0e07def9cb552c60309cd008
IPC via UX sockets

[Bug/Feature]   IPC for communication between the library and daemon
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: I9880c7b4f3104b93f38d0e6ad86762fb17013d28
21 files changed:
common/ipc/client.cpp [new file with mode: 0644]
common/ipc/client.hpp [new file with mode: 0644]
common/ipc/exception.hpp [new file with mode: 0644]
common/ipc/internals/acceptor.cpp [new file with mode: 0644]
common/ipc/internals/acceptor.hpp [new file with mode: 0644]
common/ipc/internals/event-queue.hpp [new file with mode: 0644]
common/ipc/internals/eventfd.cpp [new file with mode: 0644]
common/ipc/internals/eventfd.hpp [new file with mode: 0644]
common/ipc/internals/processor.cpp [new file with mode: 0644]
common/ipc/internals/processor.hpp [new file with mode: 0644]
common/ipc/internals/socket.cpp [new file with mode: 0644]
common/ipc/internals/socket.hpp [new file with mode: 0644]
common/ipc/internals/utils.cpp [new file with mode: 0644]
common/ipc/internals/utils.hpp [new file with mode: 0644]
common/ipc/service.cpp [new file with mode: 0644]
common/ipc/service.hpp [new file with mode: 0644]
common/ipc/types.hpp [new file with mode: 0644]
packaging/security-containers.spec
server/CMakeLists.txt
tests/unit_tests/CMakeLists.txt
tests/unit_tests/ipc/ut-ipc.cpp [new file with mode: 0644]