From 16e534fdc30615864bf3a60943a9daa417ea5cb1 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 27 Oct 2020 14:07:56 -0500 Subject: Fix arrangment + comment --- P2/include/utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'P2/include') 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 -- cgit v1.2.3