summaryrefslogtreecommitdiff
path: root/src/lib/rina_name.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: renamed rina_name_t to instance_name_tdimitri staessens2016-03-301-275/+0
| | | | | all functions taking a char * ap_name and uint id now take either a instance_name_t or instance_name_t *
* lib: Adds IRMd messages for the dev.h API callsSander Vrijders2016-03-241-53/+8
| | | | | | 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-12/+1
| | | | | | 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-0/+331
This adds helper functions for RINA names, to aid with handling them.