summaryrefslogtreecommitdiff
path: root/src/irmd/registry.h
Commit message (Collapse)AuthorAgeFilesLines
* irmd: Prioritize local ipcp for local flowsdimitri staessens2016-07-071-1/+17
| | | | | | | | | | For locally registered processes, the IRMd will first look for the local, then the normal, then the shim-udp. It will look for a normal, a shim-eth-llc and ultimately a shim-udp for non-local destinations. It does not yet check if a remote destination is actually known in a DIF. Fixes #18.
* irmd: Rename registry functionsdimitri staessens2016-07-061-6/+6
| | | | | Reflects that the functions (dis)associate an application instance from/with a name and not remove it from the registry entirely.
* irmd: Move registry to its own sourcesdimitri staessens2016-07-051-0/+148
All registry functionality has been extracted from the IRMd to improve modularity and legibility of the code.