aboutsummaryrefslogtreecommitdiffstats
path: root/P2/include
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2020-10-29 10:34:28 -0500
committerMatt Strapp <strap012@umn.edu>2020-10-29 10:34:28 -0500
commit999ca7aeafebe0737f8276cbe9d3dd1da5395165 (patch)
treec3d5f9499c8e36e91343f84c1c550abf6b0d281a /P2/include
parentMake two different queues (diff)
downloadcsci4061-999ca7aeafebe0737f8276cbe9d3dd1da5395165.tar
csci4061-999ca7aeafebe0737f8276cbe9d3dd1da5395165.tar.gz
csci4061-999ca7aeafebe0737f8276cbe9d3dd1da5395165.tar.bz2
csci4061-999ca7aeafebe0737f8276cbe9d3dd1da5395165.tar.lz
csci4061-999ca7aeafebe0737f8276cbe9d3dd1da5395165.tar.xz
csci4061-999ca7aeafebe0737f8276cbe9d3dd1da5395165.tar.zst
csci4061-999ca7aeafebe0737f8276cbe9d3dd1da5395165.zip
Add a helper function
Diffstat (limited to '')
-rw-r--r--P2/include/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/P2/include/utils.h b/P2/include/utils.h
index 4f82435..2c58dbe 100644
--- a/P2/include/utils.h
+++ b/P2/include/utils.h
@@ -26,7 +26,7 @@ struct msgBuffer {
int openQueue(char* path);
int closeQueue(int id);
-
+struct msgBuffer makeMessage();
// mapper side
int validChar(char c);
char *getWord(char *chunk, int *i);