diff options
author | Matt Strapp <strap012@umn.edu> | 2020-11-03 13:28:32 -0600 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-11-03 13:28:32 -0600 |
commit | 07dfcd97658209d6006f81e977232a946bf760e2 (patch) | |
tree | 7e526b783221badd9a16cdfd4bff179266e1757c /P2 | |
parent | AAAAAAAAAAA (diff) | |
download | csci4061-07dfcd97658209d6006f81e977232a946bf760e2.tar csci4061-07dfcd97658209d6006f81e977232a946bf760e2.tar.gz csci4061-07dfcd97658209d6006f81e977232a946bf760e2.tar.bz2 csci4061-07dfcd97658209d6006f81e977232a946bf760e2.tar.lz csci4061-07dfcd97658209d6006f81e977232a946bf760e2.tar.xz csci4061-07dfcd97658209d6006f81e977232a946bf760e2.tar.zst csci4061-07dfcd97658209d6006f81e977232a946bf760e2.zip |
comment
Diffstat (limited to 'P2')
-rw-r--r-- | P2/lib/utils.c | 1 |
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; |