summaryrefslogtreecommitdiffstats
path: root/pttbbs/include/pttstruct.h
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-04-07 16:08:47 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-04-07 16:08:47 +0800
commitba6ab8e0ba499442e2964661620647d544aa2583 (patch)
treec53dfd9358f9ba1f17960993eec0fa66bac93703 /pttbbs/include/pttstruct.h
parentdce13d9c47121fd29a7b4165bd6b87976857e8d5 (diff)
downloadpttbbs-ba6ab8e0ba499442e2964661620647d544aa2583.tar
pttbbs-ba6ab8e0ba499442e2964661620647d544aa2583.tar.gz
pttbbs-ba6ab8e0ba499442e2964661620647d544aa2583.tar.bz2
pttbbs-ba6ab8e0ba499442e2964661620647d544aa2583.tar.lz
pttbbs-ba6ab8e0ba499442e2964661620647d544aa2583.tar.xz
pttbbs-ba6ab8e0ba499442e2964661620647d544aa2583.tar.zst
pttbbs-ba6ab8e0ba499442e2964661620647d544aa2583.zip
dymaxactive, toomanyusers
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@778 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'pttbbs/include/pttstruct.h')
-rw-r--r--pttbbs/include/pttstruct.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/pttbbs/include/pttstruct.h b/pttbbs/include/pttstruct.h
index 5ea7e799..2e3e5492 100644
--- a/pttbbs/include/pttstruct.h
+++ b/pttbbs/include/pttstruct.h
@@ -1,4 +1,4 @@
-/* $Id: pttstruct.h,v 1.32 2003/04/07 03:55:17 in2 Exp $ */
+/* $Id: pttstruct.h,v 1.33 2003/04/07 08:08:47 in2 Exp $ */
#ifndef INCLUDE_STRUCT_H
#define INCLUDE_STRUCT_H
@@ -353,7 +353,8 @@ typedef struct {
union {
int v[192];
struct {
- int dyactive;
+ int dymaxactive;
+ int toomanyusers;
} e;
} GV2;
char gap3_2[128];