jaulib v1.3.6
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
service_runner.cpp File Reference
#include <jau/service_runner.hpp>
#include <unistd.h>
#include <sys/socket.h>
#include <poll.h>
#include <signal.h>
#include <pthread.h>
#include <jau/debug.hpp>
#include <jau/basic_algos.hpp>
#include <jau/secmem.hpp>
#include <jau/os/os_support.hpp>
Include dependency graph for service_runner.cpp:

Go to the source code of this file.

Functions

static void sigaction_handler (int sig, siginfo_t *info, void *ucontext) noexcept
 

Function Documentation

◆ sigaction_handler()

static void sigaction_handler ( int sig,
siginfo_t * info,
void * ucontext )
staticnoexcept

Definition at line 93 of file service_runner.cpp.