diff options
author | Matt Strapp <strap012@umn.edu> | 2020-10-28 13:16:58 -0500 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-10-28 13:16:58 -0500 |
commit | c79f8c60d98d65385e1b546c743b0c91cbe20149 (patch) | |
tree | dde2d42d998791d59e853991e846e77d1faf85e5 /P2/lib | |
parent | Project now runs and does not hang forever (diff) | |
download | csci4061-c79f8c60d98d65385e1b546c743b0c91cbe20149.tar csci4061-c79f8c60d98d65385e1b546c743b0c91cbe20149.tar.gz csci4061-c79f8c60d98d65385e1b546c743b0c91cbe20149.tar.bz2 csci4061-c79f8c60d98d65385e1b546c743b0c91cbe20149.tar.lz csci4061-c79f8c60d98d65385e1b546c743b0c91cbe20149.tar.xz csci4061-c79f8c60d98d65385e1b546c743b0c91cbe20149.tar.zst csci4061-c79f8c60d98d65385e1b546c743b0c91cbe20149.zip |
Make new branch
Diffstat (limited to 'P2/lib')
-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 f485b11..cef81b1 100644 --- a/P2/lib/utils.c +++ b/P2/lib/utils.c @@ -45,7 +45,7 @@ void sendChunkData(char *inputFile, int nMappers) { else cut off before that word and put back file */ // TODO! help message.msgType = map++; - //THIS IS DEBUG, NOT ACTUALLY FUNCTIONAL + //THIS IS DEBUG, NOT ACTUALLY FUNCTIONAL (like at all) msgsnd(msgid, &message, map, 0); if (map > nMappers) map = 1; |