mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
remove unnecessary variable in queue_signalled.h
Seems innocent at first, but can lead to linking errors.
This commit is contained in:
parent
7fd99e2ee7
commit
f11c8af36e
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