Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | irmd, lib: Create and destroy IPC Processes | Sander Vrijders | 2016-03-15 | 1 | -10/+93 |
| | | | | | | 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 names | Sander Vrijders | 2016-03-11 | 1 | -11/+12 |
| | | | | This adds helper functions for RINA names, to aid with handling them. | ||||
* | irmd, lib: Replace stubs in irmd | Sander Vrijders | 2016-03-09 | 1 | -0/+63 |
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. |