aboutsummaryrefslogtreecommitdiffstats
path: root/P2/lib/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'P2/lib/utils.c')
-rw-r--r--P2/lib/utils.c1
1 files changed, 1 insertions, 0 deletions
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;