diff options
Diffstat (limited to 'P2/lib')
-rw-r--r-- | P2/lib/utils.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 |