suricata
util-coredump-config.h File Reference
#include "suricata-common.h"
Include dependency graph for util-coredump-config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int32_t CoredumpLoadConfig (void)
 Configures the core dump size. More...
 
void CoredumpEnable (void)
 Enable coredumps on systems where coredumps can and need to be enabled. More...
 

Detailed Description

Author
Eileen Donlon emdon.nosp@m.lo@g.nosp@m.mail..nosp@m.com

Definition in file util-coredump-config.h.

Function Documentation

◆ CoredumpEnable()

void CoredumpEnable ( void  )

Enable coredumps on systems where coredumps can and need to be enabled.

Definition at line 58 of file util-coredump-config.c.

◆ CoredumpLoadConfig()

int32_t CoredumpLoadConfig ( void  )

Configures the core dump size.

Return values
Returns1 on success and 0 on failure.

Definition at line 91 of file util-coredump-config.c.

References ConfGet(), SCLogDebug, and SCLogError.

Here is the call graph for this function: