E-MailRelay
Namespaces | Typedefs | Functions
gcleanup_unix.cpp File Reference
#include "gdef.h"
#include "gcleanup.h"
#include "gprocess.h"
#include "groot.h"
#include "glog.h"
#include "gassert.h"
#include <limits>
#include <new>
#include <cstring>
#include <csignal>
#include <array>
+ Include dependency graph for gcleanup_unix.cpp:

Go to the source code of this file.

Namespaces

namespace  G
 Low-level classes.
 

Typedefs

using Handler = void(*)(int)
 

Functions

void gcleanup_handler (int signum)
 

Typedef Documentation

◆ Handler

using Handler = void (*)(int)

Definition at line 36 of file gcleanup_unix.cpp.

Function Documentation

◆ gcleanup_handler()

void gcleanup_handler ( int  signum)

Definition at line 307 of file gcleanup_unix.cpp.