isearch/comm/stat/stat_index.h
2021-03-19 18:38:34 +08:00

13 lines
215 B
C

#ifndef _STAT_INDEX_H__
#define _STAT_INDEX_H__
#include "StatThread.h"
#include "StatTTCDef.h"
#define STATIDX "../stat/index.stat.idx"
extern CStatThread statmgr;
extern int InitStat(const char *name);
#endif