diff options
Diffstat (limited to 'P2')
-rw-r--r-- | P2/lib/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/P2/lib/utils.c b/P2/lib/utils.c index b4e3b84..98239d5 100644 --- a/P2/lib/utils.c +++ b/P2/lib/utils.c @@ -3,7 +3,7 @@ char *getChunkData(int mapperID) { //Message struct msgBuffer* message; - //Queue ID + //Queue ID, not sure what it actually does int mid; //Queue Key key_t key = 10; |