suricata
SCLogFDFilterThreadList_ Struct Reference

Structure used to hold the thread_list used by FD filters. More...

#include <util-debug-filters.h>

Collaboration diagram for SCLogFDFilterThreadList_:

Data Fields

int entered
 
pthread_t t
 
struct SCLogFDFilterThreadList_next
 

Detailed Description

Structure used to hold the thread_list used by FD filters.

Definition at line 72 of file util-debug-filters.h.

Field Documentation

◆ entered

int SCLogFDFilterThreadList_::entered

Definition at line 73 of file util-debug-filters.h.

◆ next

struct SCLogFDFilterThreadList_* SCLogFDFilterThreadList_::next

Definition at line 77 of file util-debug-filters.h.

◆ t

pthread_t SCLogFDFilterThreadList_::t

Definition at line 74 of file util-debug-filters.h.


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