summaryrefslogtreecommitdiff
path: root/src/lib/da.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: Change DA header to NSMSander Vrijders2016-06-221-34/+0
| | | | | | Functionality that was previously thought to be part of the DIF Allocator is actually namespace management. Hence the file has been renamed and the API updated.
* 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-2/+3
| | | | This adds helper functions for RINA names, to aid with handling them.
* irmd, lib: Replace stubs in irmdSander Vrijders2016-03-091-0/+33
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.