#include <select.h>
Public Attributes | |
| curl_socket_t | fd |
| short | events |
| short | revents |
Definition at line 32 of file select.h.
Definition at line 34 of file select.h.
Referenced by Curl_poll(), Curl_socket_ready(), Curl_telnet(), asio::detail::socket_ops::poll_read(), and asio::detail::socket_ops::poll_write().
| short pollfd::events |
Definition at line 35 of file select.h.
Referenced by Curl_socket_ready(), Curl_telnet(), asio::detail::socket_ops::poll_read(), and asio::detail::socket_ops::poll_write().
| short pollfd::revents |
Definition at line 36 of file select.h.
Referenced by Curl_poll(), Curl_socket_ready(), asio::detail::socket_ops::poll_read(), and asio::detail::socket_ops::poll_write().
1.5.6