YControl IO handler will create a connection and session to the main server.
More...
YControl IO handler will create a connection and session to the main server.
It manages the socket loop for substem to main server communications.
All functions in this module are system APIs for subsystem use only!
◆ ycontrol_io_activate_session()
Tell the IO manager to stop listening on the specified socket.
- Parameters
-
profile | ycontrol profile to use |
fd | file descriptor number of the socket |
◆ ycontrol_io_check()
IO server loop for the ycontrol manager.
- Parameters
-
profile | ycontrol profile to use |
- Returns
- status
◆ ycontrol_io_deactivate_session()
Tell the IO manager to stop listening on the specified socket.
- Parameters
-
profile | ycontrol profile to use |
fd | file descriptor number of the socket |
◆ ycontrol_io_init()
Setup ycontrol session handler.
- Parameters
-
profile | ycontrol profile to use |
◆ ycontrol_io_write_sessions()
Go through any sessions ready to write and send the buffers ready to send.
- Parameters
-
profile | ycontrol profile to use |
- Returns
- TRUE if any log output was done
FALSE if no log output done