summaryrefslogtreecommitdiff
path: root/include/ouroboros/config.h.in
Commit message (Collapse)AuthorAgeFilesLines
* irmd, lib: Create and destroy IPC ProcessesSander Vrijders2016-03-151-0/+31
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.