status_t
global error return code
Definition: status_enum.h:210
void ycontrol_io_init(ycontrol_profile_t *profile)
Setup ycontrol session handler.
Definition: ycontrol_io.c:153
void ycontrol_io_activate_session(ycontrol_profile_t *profile, int fd)
Tell the IO manager to stop listening on the specified socket.
Definition: ycontrol_io.c:332
status_t ycontrol_io_check(ycontrol_profile_t *profile)
IO server loop for the ycontrol manager.
Definition: ycontrol_io.c:172
boolean ycontrol_io_write_sessions(ycontrol_profile_t *profile)
Go through any sessions ready to write and send the buffers ready to send.
Definition: ycontrol_io.c:282
void ycontrol_io_deactivate_session(ycontrol_profile_t *profile, int fd)
Tell the IO manager to stop listening on the specified socket.
Definition: ycontrol_io.c:349
global error status code enumerations
control block for 1 ycontrol manager (only 1 used)
Definition: ycontrol.h:294