suricata
SCConfNode_ Struct Reference

#include <conf.h>

Collaboration diagram for SCConfNode_:

Public Member Functions

 TAILQ_HEAD (, SCConfNode_) head
 
 TAILQ_ENTRY (SCConfNode_) next
 

Data Fields

char * name
 
char * val
 
int is_seq
 
int final
 
struct SCConfNode_parent
 

Detailed Description

Structure of a configuration parameter.

Definition at line 32 of file conf.h.

Member Function Documentation

◆ TAILQ_ENTRY()

SCConfNode_::TAILQ_ENTRY ( SCConfNode_  )

◆ TAILQ_HEAD()

SCConfNode_::TAILQ_HEAD ( SCConfNode_  )

Field Documentation

◆ final

int SCConfNode_::final

Definition at line 39 of file conf.h.

Referenced by SCConfNodeGetNodeOrCreate(), and SCConfNodePrune().

◆ is_seq

int SCConfNode_::is_seq

Flag that sets this nodes value as final.

Definition at line 36 of file conf.h.

Referenced by SCConfNodeIsSequence().

◆ name

◆ parent

struct SCConfNode_* SCConfNode_::parent

Definition at line 41 of file conf.h.

Referenced by SCConfNodeGetNodeOrCreate(), and SCConfNodeRemove().

◆ val


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