diff options
-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 0ff8b24..180949d 100644 --- a/P2/lib/utils.c +++ b/P2/lib/utils.c @@ -20,7 +20,7 @@ char *getChunkData(int mapperID) { //Message struct msgBuffer message = makeMessage(); //Queue ID - int mid = openQueue("map"); + int mid = openQueue(); printf("MAPPER ID:%d\n", mapperID); msgrcv(mid, &message, MSGSIZE, mapperID, 0); // printf("\n%s\n", message.msgText); |