summaryrefslogtreecommitdiff
path: root/src/tools/irm/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* tools: irm: Parse arguments for irm and create_ipcpSander Vrijders2016-03-021-1/+8
| | | | | | This parses the arguments passed to irm at the top level, and also the arguments supplied when calling irm create_ipcp. It subsequently calls irm_create_ipcp with these arguments.
* src: Rename daemons and add tools folderSander Vrijders2016-02-221-0/+16
This renames the daemons to end with a 'd', as is common for UNIX daemons. It also adds a tools folder, that will hold the tools of the Ouroboros prototype. Examples are a simple echo application, an application to instruct the IRM ...