diff options
Diffstat (limited to '')
| -rw-r--r-- | P1/include/mapper.h | 1 | ||||
| -rw-r--r-- | P1/include/utils.h | 1 | 
2 files changed, 1 insertions, 1 deletions
diff --git a/P1/include/mapper.h b/P1/include/mapper.h index bbc6ef1..2e3693c 100644 --- a/P1/include/mapper.h +++ b/P1/include/mapper.h @@ -6,7 +6,6 @@  // ###### DO NOT REMOVE ######  #define MAXKEYSZ 100  #define MAXVALUESZ 100 -#define BUFFSIZE 150  // ###### DO NOT REMOVE ######  char *mapOutDir; diff --git a/P1/include/utils.h b/P1/include/utils.h index cfe56f2..da5ffd8 100644 --- a/P1/include/utils.h +++ b/P1/include/utils.h @@ -18,6 +18,7 @@  #define MSGSIZE 1100  #define ENDTYPE 1000  #define ACKTYPE 1100 +#define BUFFSIZE 150  struct msgBuffer {      long msgType;  | 
