#include <internal.h>
Data Fields | |
int | fd |
enum MHD_PollActions | events |
Definition at line 88 of file internal.h.
Which events do we care about for this socket?
Definition at line 98 of file internal.h.
Referenced by MHD_connection_get_fdset(), MHD_connection_get_pollfd(), and MHD_handle_connection().
int MHD_Pollfd::fd |
Socket descriptor.
Definition at line 93 of file internal.h.
Referenced by MHD_connection_get_fdset(), MHD_connection_get_pollfd(), and MHD_handle_connection().