mirror of
https://github.com/simon987/sist2.git
synced 2025-12-12 15:08:53 +00:00
13 lines
235 B
C
13 lines
235 B
C
#include "ctx.h"
|
|
|
|
ScanCtx_t ScanCtx = {
|
|
.stat_index_size = 0,
|
|
.stat_tn_size = 0,
|
|
.pool = NULL,
|
|
.index.path = {0,},
|
|
};
|
|
WebCtx_t WebCtx;
|
|
IndexCtx_t IndexCtx;
|
|
LogCtx_t LogCtx;
|
|
__thread ProcData_t ProcData;
|