aboutsummaryrefslogtreecommitdiffstats
path: root/P2/lib
diff options
context:
space:
mode:
Diffstat (limited to 'P2/lib')
-rw-r--r--P2/lib/utils.c2
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++) {