diff options
Diffstat (limited to '')
-rw-r--r-- | P2/include/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/P2/include/utils.h b/P2/include/utils.h index c4d2eb4..050a0e3 100644 --- a/P2/include/utils.h +++ b/P2/include/utils.h @@ -22,6 +22,7 @@ struct msgBuffer { char msgText[MSGSIZE]; }; //Open Queue as a function because writing this once is probably better than four times. +//Hopefully it works properly. int openQueue(); // mapper side |