collection of IO descriptors More...
#include <gnunet_network_lib.h>
Data Fields | |
int | nsds |
Maximum number of any socket descriptor in the set (plus one) More... | |
fd_set | sds |
Bitset with the descriptors. More... | |
collection of IO descriptors
Definition at line 75 of file gnunet_network_lib.h.
int GNUNET_NETWORK_FDSet::nsds |
Maximum number of any socket descriptor in the set (plus one)
Definition at line 80 of file gnunet_network_lib.h.
Referenced by extract_handles(), GNUNET_NETWORK_fdset_add(), GNUNET_NETWORK_fdset_copy(), GNUNET_NETWORK_fdset_copy_native(), GNUNET_NETWORK_fdset_handle_set(), GNUNET_NETWORK_fdset_overlap(), GNUNET_NETWORK_fdset_set(), GNUNET_NETWORK_fdset_set_native(), GNUNET_NETWORK_fdset_zero(), GNUNET_NETWORK_socket_select(), and GNUNET_SCHEDULER_add_select().
fd_set GNUNET_NETWORK_FDSet::sds |
Bitset with the descriptors.
Definition at line 85 of file gnunet_network_lib.h.
Referenced by GNUNET_NETWORK_fdset_add(), GNUNET_NETWORK_fdset_copy(), GNUNET_NETWORK_fdset_copy_native(), GNUNET_NETWORK_fdset_handle_isset(), GNUNET_NETWORK_fdset_handle_set(), GNUNET_NETWORK_fdset_isset(), GNUNET_NETWORK_fdset_overlap(), GNUNET_NETWORK_fdset_set(), GNUNET_NETWORK_fdset_set_native(), GNUNET_NETWORK_fdset_test_native(), GNUNET_NETWORK_fdset_zero(), and GNUNET_NETWORK_socket_select().