libamxp  1.4.0
Patterns C Implementation
amxp_syssig.h File Reference

Ambiorix Linux Signal Handling. More...

#include <stdbool.h>
#include <signal.h>

Go to the source code of this file.

Macros

#define AMXP_SYSSIG_MAX   32
 Defines highest possible system signal. More...
 

Functions

int amxp_syssig_enable (const int sigid, const bool enable)
 Enables or disables monitoring of a system signal. More...
 
bool amxp_syssig_is_enabled (const int sigid)
 Checks if a system signal is being monitored. More...
 
int amxp_syssig_get_fd (void)
 Returns a file descriptor that can be used in an eventloop. More...
 
int amxp_syssig_read (void)
 Reads from the file descriptor. More...
 

Detailed Description

Ambiorix Linux Signal Handling.

Definition in file amxp_syssig.h.