suricata
|
Go to the source code of this file.
Macros | |
#define | _FILE_OFFSET_BITS 64 |
Functions | |
void | CoredumpEnable (void) |
Enable coredumps on systems where coredumps can and need to be enabled. More... | |
int32_t | CoredumpLoadConfig (void) |
Configures the core dump size. More... | |
Coredump configuration
Definition in file util-coredump-config.c.
#define _FILE_OFFSET_BITS 64 |
Definition at line 27 of file util-coredump-config.c.
void CoredumpEnable | ( | void | ) |
Enable coredumps on systems where coredumps can and need to be enabled.
Definition at line 53 of file util-coredump-config.c.
int32_t CoredumpLoadConfig | ( | void | ) |
Configures the core dump size.
Returns | 1 on success and 0 on failure. |
Definition at line 85 of file util-coredump-config.c.
References ConfGet(), SC_ERR_INVALID_YAML_CONF_ENTRY, SCLogDebug, and SCLogError.