diff options
author | Matt Strapp <strap012@umn.edu> | 2020-11-03 09:28:53 -0600 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-11-03 09:28:53 -0600 |
commit | 49e9cea23517918fb9d33e4042cf21b2b24cb070 (patch) | |
tree | 87760869a253c3cf2b7dbacfc61fb96633339eed /P2 | |
parent | comment out a lot of printf (diff) | |
download | csci4061-49e9cea23517918fb9d33e4042cf21b2b24cb070.tar csci4061-49e9cea23517918fb9d33e4042cf21b2b24cb070.tar.gz csci4061-49e9cea23517918fb9d33e4042cf21b2b24cb070.tar.bz2 csci4061-49e9cea23517918fb9d33e4042cf21b2b24cb070.tar.lz csci4061-49e9cea23517918fb9d33e4042cf21b2b24cb070.tar.xz csci4061-49e9cea23517918fb9d33e4042cf21b2b24cb070.tar.zst csci4061-49e9cea23517918fb9d33e4042cf21b2b24cb070.zip |
add comment
Diffstat (limited to 'P2')
-rw-r--r-- | P2/lib/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/P2/lib/utils.c b/P2/lib/utils.c index 88fe5af..1d10218 100644 --- a/P2/lib/utils.c +++ b/P2/lib/utils.c @@ -89,6 +89,7 @@ int getInterData(char *Qkey, int reducerID) { } void shuffle(int nMappers, int nReducers) { + //TODO: Error checking!!!!!!!!!!!!! struct msgBuffer message = makeMessage(); //Once again, MAKE SURE THIS WORKS PROPERLY! char path[50]; |