From 48853f86663bef3a85a0696be7275e775976d7f7 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Sat, 24 Oct 2020 12:26:14 -0500 Subject: Start new branch --- P2/lib/utils.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'P2') diff --git a/P2/lib/utils.c b/P2/lib/utils.c index 79b309e..f164ee4 100644 --- a/P2/lib/utils.c +++ b/P2/lib/utils.c @@ -1,6 +1,10 @@ #include "utils.h" char *getChunkData(int mapperID) { + int mid; + key_t key = 10; + mid = msgget(); + } // sends chunks of size 1024 to the mappers in RR fashion -- cgit v1.2.3