summaryrefslogtreecommitdiff
path: root/include/ouroboros/da.h
Commit message (Collapse)AuthorAgeFilesLines
* lib: renamed rina_name_t to instance_name_tdimitri staessens2016-03-301-1/+1
| | | | | 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-3/+3
| | | | | | 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.
* lib: Add helpers for RINA namesSander Vrijders2016-03-111-1/+7
| | | | This adds helper functions for RINA names, to aid with handling them.
* irmd, lib: Replace stubs in irmdSander Vrijders2016-03-091-2/+2
| | | | | | 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: Initial DIF allocator header fileSander Vrijders2016-02-151-0/+31
This adds the initial API to communicate with the DIF allocator.