summaryrefslogtreecommitdiff
path: root/client/agent.h
AgeCommit message (Collapse)AuthorFilesLines
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+0
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2013-06-13client: Add VPN Agent support for Release, Cancel and ReportErrorPatrik Flykt1-0/+3
Create a new agent data structure for the VPN Agent and add the needed minor modifications to Release, Cancel and ReportError method calls in order to get them working both for Agent and VPN Agent. Create new register and unregister functions for the VPN Agent code.
2013-05-03client: Add support for registering and unregistering an agentPatrik Flykt1-0/+39
Add agent .h and .c files containing registering and unregistering functionality.