1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Merge remote-tracking branch 'rwth/fix-queue-signalled' into develop

This commit is contained in:
Steffen Vogel 2017-10-08 17:29:00 +02:00
commit ebb64145c9

View file

@ -39,7 +39,7 @@ enum queue_signalled_flags {
/* Other flags */
QUEUE_SIGNALLED_PROCESS_SHARED = (1 << 4)
} mode;
};
/** Wrapper around queue that uses POSIX CV's for signalling writes. */
struct queue_signalled {