Function gnunet_sys::GNUNET_ATS_scheduling_init[][src]

pub unsafe extern "C" fn GNUNET_ATS_scheduling_init(
    cfg: *const GNUNET_CONFIGURATION_Handle,
    suggest_cb: GNUNET_ATS_AddressSuggestionCallback,
    suggest_cb_cls: *mut c_void
) -> *mut GNUNET_ATS_SchedulingHandle

Initialize the ATS scheduling subsystem.

@param cfg configuration to use @param suggest_cb notification to call whenever the suggestation changed @param suggest_cb_cls closure for @a suggest_cb @return ats context