aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2020-11-03 09:28:53 -0600
committerMatt Strapp <strap012@umn.edu>2020-11-03 09:28:53 -0600
commit49e9cea23517918fb9d33e4042cf21b2b24cb070 (patch)
tree87760869a253c3cf2b7dbacfc61fb96633339eed
parentcomment out a lot of printf (diff)
downloadcsci4061-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 '')
-rw-r--r--P2/lib/utils.c1
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];