aboutsummaryrefslogtreecommitdiffstats
path: root/P2/lib/utils.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 c698005..ede4931 100644
--- a/P2/lib/utils.c
+++ b/P2/lib/utils.c
@@ -56,7 +56,7 @@ void sendChunkData(char *inputFile, int nMappers) {
msgsnd(msgid, &END, MSGSIZE, 0);
// TODO! does this need to be in another loop or is blocking good enough?
- msgrcv(msgid, &message, MSGSIZE, i, 0);
+ // msgrcv(msgid, &message, MSGSIZE, i, 0);
}
}