Function gnunet_sys::GNUNET_ATS_address_del_session[][src]

pub unsafe extern "C" fn GNUNET_ATS_address_del_session(
    ar: *mut GNUNET_ATS_AddressRecord,
    session: *mut GNUNET_ATS_Session
) -> c_int

A @a session was destroyed, disassociate it from the given address record. If this was an incoming address, destroys the address as well.

@param ar address record to update information for @param session session handle @return #GNUNET_YES if the @a ar was destroyed because it was an incoming address, #GNUNET_NO if the @ar was kept because we can use it still to establish a new session