Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
#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>
Go to the source code of this file.
Functions | |
static void | sigaction_handler (int sig, siginfo_t *info, void *ucontext) noexcept |
|
staticnoexcept |
Definition at line 72 of file service_runner.cpp.