![]() |
yumapro
25.10-1
YumaPro SDK
|
Processess software interrupts from the operating system. More...

Functions | |
| void | agt_signal_init (void) |
| Initialize the agt_signal module. More... | |
| void | agt_signal_cleanup (void) |
| Cleanup the agt_signal module. More... | |
| void | agt_signal_handler (int intr) |
| Handle an incoming interrupt signal. More... | |
Processess software interrupts from the operating system.
Setup at boot-time and remove handlers aon exit.
| void agt_signal_cleanup | ( | void | ) |
Cleanup the agt_signal module.
Called by the server during shutdown
| void agt_signal_handler | ( | int | intr | ) |
Handle an incoming interrupt signal.
| intr | interrupt numer |


| void agt_signal_init | ( | void | ) |
Initialize the agt_signal module.

