From 4d390608cbb8171d83c8886248d96b5daf5b045c Mon Sep 17 00:00:00 2001 From: Andrea Smith Date: Mon, 2 Nov 2020 21:39:55 -0600 Subject: Added comment in getInterData --- P2/lib/utils.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'P2') 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; -- cgit v1.2.3