Function gnunet_sys::GNUNET_NETWORK_fdset_handle_isset[][src]

pub unsafe extern "C" fn GNUNET_NETWORK_fdset_handle_isset(
    fds: *const GNUNET_NETWORK_FDSet,
    h: *const GNUNET_DISK_FileHandle
) -> c_int

Check if a file handle is part of an fd set

@param fds fd set @param h file handle @return #GNUNET_YES if the file handle is part of the set