Go to the documentation of this file.
27 #ifndef __DETECT_ENGINE_LOADER_H__
28 #define __DETECT_ENGINE_LOADER_H__
int DetectLoadersSync(void)
wait for loader tasks to complete
struct HtpBodyChunk_ * next
struct DetectLoaderTask_ DetectLoaderTask
int DetectLoaderQueueTask(int loader_id, LoaderFunc Func, void *func_ctx, LoaderFreeFunc FreeFunc)
void(* LoaderFreeFunc)(void *ctx)
int(* LoaderFunc)(void *ctx, int loader_id)
void DetectLoaderThreadSpawn(void)
spawn the detect loader manager thread
struct DetectLoaderControl_ DetectLoaderControl
void TmThreadContinueDetectLoaderThreads(void)
Unpauses all threads present in tv_root.
void DetectLoadersInit(void)
TAILQ_ENTRY(DetectLoaderTask_) next
void TmModuleDetectLoaderRegister(void)
TAILQ_HEAD(, DetectLoaderTask_) task_list