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:
commit
ebb64145c9
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue