From 29bd6b354d00d89623be64a95a51f5f0ac48b94a Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 29 Oct 2020 10:28:31 -0500 Subject: Make two different queues --- P2/include/utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'P2/include') diff --git a/P2/include/utils.h b/P2/include/utils.h index 6fa4fa8..4f82435 100644 --- a/P2/include/utils.h +++ b/P2/include/utils.h @@ -24,8 +24,8 @@ struct msgBuffer { //Open Queue as a function because writing this once is probably better than four times. //Hopefully it works properly. -int openQueue(); -void closeQueue(); +int openQueue(char* path); +int closeQueue(int id); // mapper side int validChar(char c); -- cgit v1.2.3