From 49e9cea23517918fb9d33e4042cf21b2b24cb070 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 3 Nov 2020 09:28:53 -0600 Subject: add comment --- P2/lib/utils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'P2') 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]; -- cgit v1.2.3