diff options
author | Matt Strapp <strap012@umn.edu> | 2020-10-29 10:34:28 -0500 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-10-29 10:34:28 -0500 |
commit | 999ca7aeafebe0737f8276cbe9d3dd1da5395165 (patch) | |
tree | c3d5f9499c8e36e91343f84c1c550abf6b0d281a /P2/include | |
parent | Make two different queues (diff) | |
download | csci4061-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 'P2/include')
-rw-r--r-- | P2/include/utils.h | 2 |
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); |