summaryrefslogtreecommitdiff
path: root/src/lib/tests/shm_du_map_test.c
Commit message (Collapse)AuthorAgeFilesLines
* lib, irmd: Update communication with IRMdSander Vrijders2016-03-301-0/+1
| | | | | All messages sent to the IRMd now also get a reply back with the result of the operation.
* lib/ipcpd: fixed logging mistakedimitri staessens2016-03-251-0/+4
| | | | logs should be included in source, not in header
* lib: Shared Memorydimitri staessens2016-03-241-0/+184
Updated tests. Added code to drop a corner case (packet where the tail PCI would cross the edge of the ring buffer) because solving this very rare case is not worth the performance hit on the ringbuffer the extra code would incur. This means the ringbuffer might drop a very small percentage of packets.