Function gnunet_sys::GNUNET_SCHEDULER_set_select[][src]

pub unsafe extern "C" fn GNUNET_SCHEDULER_set_select(
    new_select: GNUNET_SCHEDULER_select,
    new_select_cls: *mut c_void
)

Sets the select function to use in the scheduler (scheduler_select).

@param new_select new select function to use (NULL to reset to default) @param new_select_cls closure for @a new_select