suricata
|
#include <detect-engine-loader.h>
Data Fields | |
int | id |
ThreadVars * | tv |
struct { | |
SCMutex m | |
int result | |
}; | |
Definition at line 44 of file detect-engine-loader.h.
struct { ... } |
struct to group members and mutex
int DetectLoaderControl_::id |
Definition at line 45 of file detect-engine-loader.h.
SCMutex DetectLoaderControl_::m |
mutex protects result and task_list
Definition at line 50 of file detect-engine-loader.h.
int DetectLoaderControl_::result |
0 for ok, error otherwise
Definition at line 51 of file detect-engine-loader.h.
ThreadVars* DetectLoaderControl_::tv |
loader threads threadvars - for waking them up
Definition at line 46 of file detect-engine-loader.h.