summaryrefslogtreecommitdiff
path: root/include/ouroboros/ipcp.h
Commit message (Collapse)AuthorAgeFilesLines
...
* lib: renamed rina_name_t to instance_name_tdimitri staessens2016-03-301-5/+5
| | | | | all functions taking a char * ap_name and uint id now take either a instance_name_t or instance_name_t *
* lib: Add ipcp_messages proto fileSander Vrijders2016-03-281-10/+10
| | | | | This removes the custom ser/des methods for communicating with the IPCP daemon and also uses GPB instead.
* lib: Adds IRMd messages for the dev.h API callsSander Vrijders2016-03-241-1/+1
| | | | | | This adds several messages for the dev.h API calls to communicate with the IRM daemon. The deserializing of these messages is still missing and the irmd hasn't been updated with them either.
* irmd, lib: Create and destroy IPC ProcessesSander Vrijders2016-03-151-7/+9
| | | | | | This adds the functionality to create and destroy IPCPs. Upon creation a new process is forked and execve'd. Upon destruction the IPCP is destroyed by killing it with SIGTERM.
* lib: Add helpers for RINA namesSander Vrijders2016-03-111-8/+12
| | | | This adds helper functions for RINA names, to aid with handling them.
* irmd, lib: Replace stubs in irmdSander Vrijders2016-03-091-10/+14
| | | | | | This replaces the stubs in the irmd and calls the actual IPCP operations from the library. It also calls the DIF Allocator API in one of the operations.
* include: Fixed missing 'struct', renamed dif_infoDimitri Staessens2016-03-031-1/+1
| | | | | common.h: dif_info renamed to dif_config missing struct fixed
* include: Initial IPCP APISander Vrijders2016-02-151-0/+43
This provides the initial API for the IRM to instruct IPCPs.