56 #if !defined(__AMXP_SYSSIG_H__)
57 #define __AMXP_SYSSIG_H__
95 #define AMXP_SYSSIG_MAX 32
bool amxp_syssig_is_enabled(const int sigid)
Checks if a system signal is being monitored.
int amxp_syssig_get_fd(void)
Returns a file descriptor that can be used in an eventloop.
int amxp_syssig_read(void)
Reads from the file descriptor.
int amxp_syssig_enable(const int sigid, const bool enable)
Enables or disables monitoring of a system signal.