suricata
|
#include "suricata-common.h"
#include "util-coredump-config.h"
#include "conf.h"
#include "util-debug.h"
Go to the source code of this file.
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.
void CoredumpEnable | ( | void | ) |
Enable coredumps on systems where coredumps can and need to be enabled.
Definition at line 57 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 90 of file util-coredump-config.c.
References ConfGet(), SCLogDebug, and SCLogError.