Function gnunet_sys::GNUNET_NETWORK_fdset_test_native[][src]

pub unsafe extern "C" fn GNUNET_NETWORK_fdset_test_native(
    to: *const GNUNET_NETWORK_FDSet,
    nfd: c_int
) -> c_int

Test native fd in a set

@param to set to test, NULL for empty set @param nfd native FD to test, -1 for none @return #GNUNET_YES if to contains nfd