summaryrefslogtreecommitdiff
path: root/src/ipcpd/ipcp-data.c
Commit message (Collapse)AuthorAgeFilesLines
* ipcpd: fixes in ipcp-datadimitri staessens2016-04-191-3/+26
| | | | | | deletion of flows was not implemented, renamed to ipcp_data_del_flow removal of stub for has_flow_s (not needed) made find_flow public, renamed to ipcp_data_find_flow
* lib: moved flow header and source to ipcpddimitri staessens2016-04-191-1/+0
|
* ipcpd: initial IPC processesdimitri staessens2016-04-181-0/+477
Basic functions for implementation of IPC processes, and implementation of core functions of the shim IPCP over UDP. Updates to the build system to compile these IPC processes, as well as some fixes in the irmd (rudimentary capturing exit signals) and some fixes in the library, mainly relating to the messaging. Basic implementation of creation / bootstrapping / deletion of the shim UDP. Placeholders for other functions.