mirror of
https://github.com/simon987/sist2.git
synced 2025-04-19 02:06:46 +00:00
11 lines
178 B
C
11 lines
178 B
C
#include "ctx.h"
|
|
|
|
ScanCtx_t ScanCtx = {
|
|
.pool = NULL,
|
|
.index.path = {0,},
|
|
};
|
|
WebCtx_t WebCtx;
|
|
IndexCtx_t IndexCtx;
|
|
LogCtx_t LogCtx;
|
|
__thread ProcData_t ProcData;
|