27#ifndef SURICATA_DETECT_ENGINE_LOADER_H
28#define SURICATA_DETECT_ENGINE_LOADER_H
struct HtpBodyChunk_ * next
int DetectLoadersSync(void)
wait for loader tasks to complete
void TmModuleDetectLoaderRegister(void)
struct DetectLoaderControl_ DetectLoaderControl
void DetectLoaderThreadSpawn(void)
spawn the detect loader manager thread
int(* LoaderFunc)(void *ctx, int loader_id)
void(* LoaderFreeFunc)(void *ctx)
int DetectLoaderQueueTask(int loader_id, LoaderFunc Func, void *func_ctx, LoaderFreeFunc FreeFunc)
struct DetectLoaderTask_ DetectLoaderTask
void DetectLoadersInit(void)
void TmThreadContinueDetectLoaderThreads(void)
Unpauses all threads present in tv_root.
#define TAILQ_HEAD(name, type)
TAILQ_ENTRY(DetectLoaderTask_) next
Per thread variable structure.