Add agent socket & dummy agent protocol 25/27925/10
authorAdam Malinowski <a.malinowsk2@partner.samsung.com>
Mon, 15 Sep 2014 12:47:22 +0000 (14:47 +0200)
committerAdam Malinowski <a.malinowsk2@partner.samsung.com>
Fri, 14 Nov 2014 19:53:46 +0000 (20:53 +0100)
commit73bee30c040050883a812bdbf2e02ad4cd54f776
tree9b43c7a075c577996dc8545d4230b2980496b67c
parent0be98a2867acbe4e0e52c5b3211a5fd6ff071ab5
Add agent socket & dummy agent protocol

This change introduces new systemd based socket and protocol for
communication with agents. Protocol does not contain any agent
specific frame information for now.

Change-Id: I83e2211a25fd93792a46a64c1df519efb1cedfed
packaging/cynara.spec
src/common/CMakeLists.txt
src/common/common.h
src/common/config/PathConfig.cpp
src/common/config/PathConfig.h
src/common/protocol/ProtocolAgent.cpp [new file with mode: 0644]
src/common/protocol/ProtocolAgent.h [new file with mode: 0644]
src/service/sockets/SocketManager.cpp
systemd/CMakeLists.txt
systemd/cynara-agent.socket [new file with mode: 0644]
systemd/cynara.service