#include <sys/select.h>
Go to the source code of this file.
Defines | |
| #define | sockfd_t int |
Functions | |
| int | xdasd_net_init (const char *runpath) |
| Initialize the inbound socket list. | |
| void | xdasd_net_load_fdsets (int *highfd, fd_set *readfds, fd_set *writefds) |
| Configures fd_set objects with sockets from a specified socket list. | |
| void | xdasd_net_event_handler (int fdcount, fd_set *readfds, fd_set *writefds) |
| Scan a set of socket descriptors for connect/read/write indications. | |
| void | xdasd_net_exit (void) |
| Cleanup xdasd socket list. | |
Definition in file xdasd_net.h.
1.5.6