Function gnunet_sys::GNUNET_NETWORK_fdset_handle_set_first[][src]

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

Add a file handle to the fd set On W32: ensure that the handle is first in the array.

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