|
suricata
|
Stats Context for a ThreadVars instance. More...
#include <counters.h>

Public Member Functions | |
| SC_ATOMIC_DECLARE (bool, sync_now) | |
Data Fields | |
| StatsCounter * | head |
| uint16_t | curr_id |
| const StatsCounter ** | pc_array |
| StatsLocalCounter * | copy_of_private |
| SCSpinlock | lock |
Stats Context for a ThreadVars instance.
Definition at line 81 of file counters.h.
| StatsPublicThreadContext_::SC_ATOMIC_DECLARE | ( | bool | , |
| sync_now | |||
| ) |
| StatsLocalCounter* StatsPublicThreadContext_::copy_of_private |
Definition at line 97 of file counters.h.
| uint16_t StatsPublicThreadContext_::curr_id |
Definition at line 89 of file counters.h.
| StatsCounter* StatsPublicThreadContext_::head |
Definition at line 86 of file counters.h.
| SCSpinlock StatsPublicThreadContext_::lock |
Definition at line 100 of file counters.h.
| const StatsCounter** StatsPublicThreadContext_::pc_array |
Definition at line 95 of file counters.h.