summaryrefslogtreecommitdiff
path: root/common.c
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-05-29 20:52:17 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-05-29 20:52:17 -0400
commit15fcc190319a3deaaeaa544833ea07475e790585 (patch)
tree25b9ad86998682bb0d270521ef9efa00c0047d8a /common.c
parent785ac61778829e572556f4c9f40026e6b624e81e (diff)
downloadwebpage-15fcc190319a3deaaeaa544833ea07475e790585.tar.gz
webpage-15fcc190319a3deaaeaa544833ea07475e790585.tar.bz2
webpage-15fcc190319a3deaaeaa544833ea07475e790585.zip
re-synching
Diffstat (limited to 'common.c')
-rw-r--r--common.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/common.c b/common.c
deleted file mode 100644
index a8571b7..0000000
--- a/common.c
+++ /dev/null
@@ -1,16 +0,0 @@
-
-//Size of shared memory
-#define SHMSZ_CHAT 1024
-#define SHMSZ_BUGS 1024
-#define SHMSZ_DATA 1024
-#define SHMSZ_PLAY 1024
-
-//Keys for the shared memory
-#define KEY_CHAT_TO 5679
-#define KEY_CHAT_FROM 5680
-#define KEY_BUGS_TO 5681
-#define KEY_BUGS_FROM 5682
-#define KEY_DATA_TO 5683
-#define KEY_DATA_FROM 5684
-#define KEY_PLAY_TO 5685
-#define KEY_PLAY_FROM 5686