From 07dfcd97658209d6006f81e977232a946bf760e2 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 3 Nov 2020 13:28:32 -0600 Subject: comment --- P2/lib/utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/P2/lib/utils.c b/P2/lib/utils.c index a5c123f..a1174e3 100644 --- a/P2/lib/utils.c +++ b/P2/lib/utils.c @@ -92,6 +92,7 @@ int getInterData(char *Qkey, int reducerID) { //DEBUG! make sure it work. // How do we traverse the directory if we're not given it as an arg? int id = openQueue(); + //Likes to hang msgrcv(id, &message, MSGSIZE, reducerID, 0); // printf("INTER DATA: %s\n", message.msgText); // *Qkey = *message.msgText; -- cgit v1.2.3