mirror of
https://github.com/simon987/sist2.git
synced 2025-04-20 10:46:45 +00:00
12 lines
211 B
C
12 lines
211 B
C
#include "ctx.h"
|
|
|
|
ScanCtx_t ScanCtx = {
|
|
.stat_index_size = 0,
|
|
.stat_tn_size = 0,
|
|
.dbg_current_files = NULL,
|
|
.pool = NULL
|
|
};
|
|
WebCtx_t WebCtx;
|
|
IndexCtx_t IndexCtx;
|
|
LogCtx_t LogCtx;
|