yumapro
24.10-2
YumaPro SDK
|
YControl session handler will create and manage session control blocks for the subsystem. More...
Functions | |
void | ycontrol_signal_init (void) |
Initialize the ycontrol_signal module. More... | |
void | ycontrol_signal_cleanup (void) |
Cleanup the ycontrol_signal module. More... | |
void | ycontrol_signal_handler (int intr) |
Handle an incoming interrupt signal. More... | |
YControl session handler will create and manage session control blocks for the subsystem.
The same ses_cb_t is used on the main server and the subsystems.
All functions in this module are internal system APIs for subsystem use only!
void ycontrol_signal_cleanup | ( | void | ) |
Cleanup the ycontrol_signal module.
Called by the subsystem during shutdown.
void ycontrol_signal_handler | ( | int | intr | ) |
Handle an incoming interrupt signal.
intr | interrupt number |
void ycontrol_signal_init | ( | void | ) |
Initialize the ycontrol_signal module.