summaryrefslogtreecommitdiff
path: root/src/ipcpd/shm_pci.h
Commit message (Collapse)AuthorAgeFilesLines
* ipcpd: initial IPC processesdimitri staessens2016-04-181-43/+0
| | | | | | | | | | | Basic functions for implementation of IPC processes, and implementation of core functions of the shim IPCP over UDP. Updates to the build system to compile these IPC processes, as well as some fixes in the irmd (rudimentary capturing exit signals) and some fixes in the library, mainly relating to the messaging. Basic implementation of creation / bootstrapping / deletion of the shim UDP. Placeholders for other functions.
* ipcpd: added shm_pci_t to manipulate PCI in shmdimitri staessens2016-03-251-0/+43
Provides access to the members of the PCI for shm_du_buffs stored in the shared memory ringbuffer.