Searched refs:command_fds_to_drain (Results 1 – 2 of 2) sorted by relevance
3473 static struct fd_set_wrapper { fd_set fds; } command_fds_to_drain; variable3798 FD_ZERO (&command_fds_to_drain.fds); in do_cvs_command()3800 FD_SET (stdout_pipe[0], &command_fds_to_drain.fds); in do_cvs_command()3802 FD_SET (stderr_pipe[0], &command_fds_to_drain.fds); in do_cvs_command()3804 FD_SET (protocol_pipe[0], &command_fds_to_drain.fds); in do_cvs_command()6231 readfds = command_fds_to_drain; in server_cleanup()
2563 (command_fds_to_drain, max_command_fd): New variables.