summaryrefslogtreecommitdiffstats
path: root/mbbsd/var.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-07 05:35:23 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-07 05:35:23 +0800
commite8fc08b9800ba86163e5bf43469cdc9f4b478b13 (patch)
treeeb2dcd75cad19ac57b7e9d9cc29c63a850d8ad86 /mbbsd/var.c
parentc0a6419aeceaeb93d5d9ccde393236d67ff8c72f (diff)
downloadpttbbs-e8fc08b9800ba86163e5bf43469cdc9f4b478b13.tar
pttbbs-e8fc08b9800ba86163e5bf43469cdc9f4b478b13.tar.gz
pttbbs-e8fc08b9800ba86163e5bf43469cdc9f4b478b13.tar.bz2
pttbbs-e8fc08b9800ba86163e5bf43469cdc9f4b478b13.tar.lz
pttbbs-e8fc08b9800ba86163e5bf43469cdc9f4b478b13.tar.xz
pttbbs-e8fc08b9800ba86163e5bf43469cdc9f4b478b13.tar.zst
pttbbs-e8fc08b9800ba86163e5bf43469cdc9f4b478b13.zip
only one shared memory
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@296 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/var.c')
-rw-r--r--mbbsd/var.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/mbbsd/var.c b/mbbsd/var.c
index 43dab291..123f7245 100644
--- a/mbbsd/var.c
+++ b/mbbsd/var.c
@@ -1,4 +1,4 @@
-/* $Id: var.c,v 1.6 2002/06/04 13:08:34 in2 Exp $ */
+/* $Id: var.c,v 1.7 2002/06/06 21:34:11 in2 Exp $ */
#define INCLUDE_VAR_H
#include "bbs.h"
@@ -307,12 +307,9 @@ int wmofo = -1;
/* cache.c */
int numboards = -1;
int *GLOBALVAR;
-uhash_t *uhash;
-bcache_t *brdshm;
-userinfo_t *currutmp;
+SHM_t *SHM;
boardheader_t *bcache;
-struct utmpfile_t *utmpshm;
-struct fromcache_t *fcache;
+userinfo_t *currutmp;
/* board.c */
int class_bid = 0;