aboutsummaryrefslogtreecommitdiffstats
path: root/P2
diff options
context:
space:
mode:
Diffstat (limited to 'P2')
-rw-r--r--P2/lib/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/P2/lib/utils.c b/P2/lib/utils.c
index b292a7f..687f36e 100644
--- a/P2/lib/utils.c
+++ b/P2/lib/utils.c
@@ -95,7 +95,7 @@ void shuffle(int nMappers, int nReducers) {
int id = openQueue();
for (int i = 1; i <= nMappers; i++) {
//Extra for loop traversing directory
-
+ //TODO: Actually traverse directory
//message.msgType = hashFunction(/* SOMETHING ,*/ nReducers);
msgsnd(id, &message, chunkSize, 0);
}