@ -37,6 +37,9 @@
#define MAX_ITEMS 32
/**
* @details Struct for circular buffer in shared memory.
*/
struct circ_buf {
int quit;
int head;
The note is not visible to the blocked user.