aboutsummaryrefslogtreecommitdiffstats
path: root/P2/lib/utils.c
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2020-11-03 19:11:55 -0600
committerMatt Strapp <strap012@umn.edu>2020-11-03 19:11:55 -0600
commitdf050d8b1a0afc18e59978f6d940ece5dd9679d8 (patch)
tree2edd92d33fe8dd60350338b1972a0b31acd1ca82 /P2/lib/utils.c
parentget rid of debugs (not get rid of just comment) (diff)
downloadcsci4061-df050d8b1a0afc18e59978f6d940ece5dd9679d8.tar
csci4061-df050d8b1a0afc18e59978f6d940ece5dd9679d8.tar.gz
csci4061-df050d8b1a0afc18e59978f6d940ece5dd9679d8.tar.bz2
csci4061-df050d8b1a0afc18e59978f6d940ece5dd9679d8.tar.lz
csci4061-df050d8b1a0afc18e59978f6d940ece5dd9679d8.tar.xz
csci4061-df050d8b1a0afc18e59978f6d940ece5dd9679d8.tar.zst
csci4061-df050d8b1a0afc18e59978f6d940ece5dd9679d8.zip
help
Diffstat (limited to '')
-rw-r--r--P2/lib/utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/P2/lib/utils.c b/P2/lib/utils.c
index 5ff4e2e..02f4a9f 100644
--- a/P2/lib/utils.c
+++ b/P2/lib/utils.c
@@ -67,7 +67,6 @@ void sendChunkData(char *inputFile, int nMappers) {
//printf("SENT CHUNK: %s\nSENT CHUNK MAPPER: %ld\n",message.msgText, message.msgType);
msgsnd(msgid, &message, MSGSIZE, 0);
}
-
for (int i = 1; i <= nMappers; i++) {
struct msgBuffer END = {i, "END"};
msgsnd(msgid, &END, MSGSIZE, 0);