From 756889f58081af1fad2d94162cf8e0b6c2706cd1 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 28 Oct 2020 18:26:37 -0500 Subject: IT still no work --- P2/lib/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'P2') 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); } -- cgit v1.2.3