aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--P2/lib/utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/P2/lib/utils.c b/P2/lib/utils.c
index 4e27a3b..b0d4f6e 100644
--- a/P2/lib/utils.c
+++ b/P2/lib/utils.c
@@ -75,7 +75,8 @@ int hashFunction(char* Qkey, int reducers){
int getInterData(char *Qkey, int reducerID) {
struct msgBuffer message= makeMessage();
- //make sure it work.
+ //DEBUG! make sure it work.
+ // How do we traverse the directory if we're not given it as an arg?
int id = openQueue("reduce");
msgrcv(id, &message, chunkSize, reducerID, 0);
Qkey = message.msgText;