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 4d815a0..f6eb522 100644 --- a/P2/lib/utils.c +++ b/P2/lib/utils.c @@ -44,7 +44,7 @@ void sendChunkData(char *inputFile, int nMappers) { else cut off before that word and put back file */ // TODO! help - msgsnd(msgid, &message, mapperID); + msgsnd(msgid, &message, mapperID, 0); } for (long i = 1; i < nMappers; i++) { |