From 772069c7f762aa5f902f82527336d913f0afd20a Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Sat, 24 Oct 2020 11:18:11 -0500 Subject: Add struct --- P2/lib/utils.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'P2') diff --git a/P2/lib/utils.c b/P2/lib/utils.c index 79b309e..dc74827 100644 --- a/P2/lib/utils.c +++ b/P2/lib/utils.c @@ -1,5 +1,10 @@ #include "utils.h" +struct msg_t { + long tag; + char text[MSGSIZE]; +}; + char *getChunkData(int mapperID) { } -- cgit v1.2.3