|
suricata
|
#include "suricata-common.h"#include "suricata.h"#include "log-flush.h"#include "util-logopenfile.h"#include "tm-threads.h"#include "conf.h"#include "conf-yaml-loader.h"#include "util-privs.h"
Go to the source code of this file.
Functions | |
| int | OutputFlushInterval (void) |
| void | LogFlushThreads (void) |
Definition in file log-flush.c.
| void LogFlushThreads | ( | void | ) |
Definition at line 99 of file log-flush.c.
References OutputFlushInterval(), thread_name_heartbeat, and TmThreadCreateMgmtThread().

| int OutputFlushInterval | ( | void | ) |
Definition at line 34 of file log-flush.c.
References SCConfGetInt().
Referenced by LogFileRegisterForFlush(), LogFileUnregisterForFlush(), and LogFlushThreads().

