From 90101b89ba87eb2008a75644290e9143b7132286 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 28 Oct 2020 14:51:18 -0500 Subject: I broke it again --- P2/lib/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- cgit v1.2.3