Added initialization of SharedStruct
This commit is contained in:
@@ -12,5 +12,6 @@ typedef struct SharedStruct
|
||||
sem_t semProducer;
|
||||
} SharedStruct;
|
||||
|
||||
void SharedStructInit(SharedStruct* sharedMem);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user