Function gnunet_sys::GNUNET_NETWORK_fdset_handle_set[][src]

pub unsafe extern "C" fn GNUNET_NETWORK_fdset_handle_set(
    fds: *mut GNUNET_NETWORK_FDSet,
    h: *const GNUNET_DISK_FileHandle
)

Add a file handle to the fd set

@param fds fd set @param h the file handle to add