1
0
Fork 0
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:
Georg Reinke 2017-09-25 13:34:32 +02:00
parent 7fd99e2ee7
commit f11c8af36e

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 {