Function gnunet_sys::GNUNET_NETWORK_fdset_isset[][src]

pub unsafe extern "C" fn GNUNET_NETWORK_fdset_isset(
    fds: *const GNUNET_NETWORK_FDSet,
    desc: *const GNUNET_NETWORK_Handle
) -> c_int

Check whether a socket is part of the fd set

@param fds fd set @param desc socket @return #GNUNET_YES if the socket is in the set