|
suricata
|
Structure used to hold the thread_list used by FD filters. More...
#include <util-debug-filters.h>

Data Fields | |
| int | entered |
| pthread_t | t |
| struct SCLogFDFilterThreadList_ * | next |
Structure used to hold the thread_list used by FD filters.
Definition at line 72 of file util-debug-filters.h.
| int SCLogFDFilterThreadList_::entered |
Definition at line 73 of file util-debug-filters.h.
| struct SCLogFDFilterThreadList_* SCLogFDFilterThreadList_::next |
Definition at line 77 of file util-debug-filters.h.
| pthread_t SCLogFDFilterThreadList_::t |
Definition at line 74 of file util-debug-filters.h.