about summary refs log tree commit diff stats
path: root/src/common/shared_memory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* implement a queue with a mutex to prevent concurrent accesses to the shared m...Christian Krinitsin2025-03-211-3/+10
* implement communication between server and client (without mutexes and with q...Christian Krinitsin2025-03-211-7/+30
* server: add common structure for shared memoryChristian Krinitsin2025-03-201-0/+16