1
0
Fork 0
mirror of https://github.com/tailix/libshmemq.git synced 2025-02-17 15:45:41 -05:00
Library for message queue in shared memory
Find a file
2020-12-13 15:36:52 +05:00
examples Rename queue struct attribute 2020-12-12 23:26:29 +05:00
include Add attribute "is_consumer" to struct Shmemq 2020-12-13 14:48:40 +05:00
src Add main source file 2020-12-13 15:36:52 +05:00
tests Define basic data structures 2020-12-13 14:15:45 +05:00
.gitignore Add raw examples 2020-12-12 18:20:13 +05:00
.travis.yml Initial commit 2020-12-12 10:38:35 +05:00
AUTHORS Initial commit 2020-12-12 10:38:35 +05:00
autogen.sh Initial commit 2020-12-12 10:38:35 +05:00
ChangeLog Initial commit 2020-12-12 10:38:35 +05:00
configure.ac Add attribute "is_consumer" to struct Shmemq 2020-12-13 14:48:40 +05:00
COPYING Initial commit 2020-12-12 10:38:35 +05:00
INSTALL Initial commit 2020-12-12 10:38:35 +05:00
Makefile.am Add main source file 2020-12-13 15:36:52 +05:00
NEWS Initial commit 2020-12-12 10:38:35 +05:00
README Initial commit 2020-12-12 10:38:35 +05:00
README.md Add Travis CI badge 2020-12-12 10:41:09 +05:00

libshmemq

Build Status

Library for message queue in shared memory.

Table of contents