Function gnunet_sys::GNUNET_NETWORK_fdset_copy_native[][src]

pub unsafe extern "C" fn GNUNET_NETWORK_fdset_copy_native(
    to: *mut GNUNET_NETWORK_FDSet,
    from: *const fd_set,
    nfds: c_int
)

Copy a native fd set into the GNUnet representation.

@param to destination @param from native source set @param nfds the biggest socket number in from + 1