diff options
Diffstat (limited to 'P2/lib')
-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]; |