summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index a9775d0b..550b9437 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -365,6 +365,10 @@ typedef struct {
int BMcache[MAX_BOARD][MAX_BMs];
boardheader_t bcache[MAX_BOARD];
boardheader_t *bsorted[2][MAX_BOARD]; /* 0: by name 1: by class */
+#if HOTBOARDCACHE
+ char nHOTs;
+ boardheader_t *HBcache[HOTBOARDCACHE];
+#endif
#if DIRCACHESIZE
fileheader_t dircache[MAX_BOARD][DIRCACHESIZE];
#endif