From 217aff99aa2483afad6869301bda70ec9517a6fb Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 3 Nov 2020 10:59:13 -0600 Subject: change queue seed --- P2/include/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'P2/include') diff --git a/P2/include/utils.h b/P2/include/utils.h index d92e7a3..f0febed 100644 --- a/P2/include/utils.h +++ b/P2/include/utils.h @@ -23,7 +23,7 @@ struct msgBuffer { }; //Open Queue as a function because writing this once is probably better than four times. //Hopefully it works properly. -int openQueue(char* path); +int openQueue(); int closeQueue(int id); struct msgBuffer makeMessage(); // mapper side -- cgit v1.2.3