suricata
|
#include "output-stats.h"
Go to the source code of this file.
Macros | |
#define | JSON_STATS_TOTALS (1<<0) |
#define | JSON_STATS_THREADS (1<<1) |
#define | JSON_STATS_DELTAS (1<<2) |
Functions | |
void | JsonStatsLogRegister (void) |
Definition in file output-json-stats.h.
#define JSON_STATS_DELTAS (1<<2) |
Definition at line 31 of file output-json-stats.h.
#define JSON_STATS_THREADS (1<<1) |
Definition at line 30 of file output-json-stats.h.
Referenced by StatsSetUI64().
#define JSON_STATS_TOTALS (1<<0) |
Definition at line 29 of file output-json-stats.h.
Referenced by StatsSetUI64().
void JsonStatsLogRegister | ( | void | ) |
Definition at line 529 of file output-json-stats.c.
Referenced by OutputRegisterLoggers().