suricata
DetectLoaderControl_ Struct Reference

#include <detect-engine-loader.h>

Collaboration diagram for DetectLoaderControl_:

Data Fields

int id
 
ThreadVarstv
 
struct { 
 
   SCMutex   m 
 
   int   result 
 
};  
 

Detailed Description

Definition at line 44 of file detect-engine-loader.h.

Field Documentation

◆ [struct]

struct { ... } DetectLoaderControl_

struct to group members and mutex

◆ id

int DetectLoaderControl_::id

Definition at line 45 of file detect-engine-loader.h.

◆ m

SCMutex DetectLoaderControl_::m

mutex protects result and task_list

Definition at line 50 of file detect-engine-loader.h.

Referenced by DetectLoaderQueueTask(), and DetectLoadersSync().

◆ result

int DetectLoaderControl_::result

0 for ok, error otherwise

Definition at line 51 of file detect-engine-loader.h.

Referenced by DetectLoadersSync().

◆ tv

ThreadVars* DetectLoaderControl_::tv

loader threads threadvars - for waking them up

Definition at line 46 of file detect-engine-loader.h.

Referenced by DetectLoadersSync().


The documentation for this struct was generated from the following file: