From 828ac5e72830a3620f8831002b989d4498ae44cc Mon Sep 17 00:00:00 2001 From: victor Date: Sat, 3 Jan 2004 09:24:54 +0000 Subject: clean up non-exist board if set SHM->cleanboard WARNING, SHM modified git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1452 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/pttstruct.h') diff --git a/include/pttstruct.h b/include/pttstruct.h index 92889865..01e7e61c 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -378,6 +378,9 @@ typedef struct { int Bbusystate; time_t close_vote_time; + /* if true, fav.c:cleanup() will remove the invalid boards from record. */ + char cleanboard; + /* pttcache */ char notes[MAX_MOVIE][200*11]; char today_is[20]; -- cgit v1.2.3