Function gnunet_sys::GNUNET_MQ_assoc_get[][src]

pub unsafe extern "C" fn GNUNET_MQ_assoc_get(
    mq: *mut GNUNET_MQ_Handle,
    request_id: u32
) -> *mut c_void

Get the data associated with a @a request_id in a queue

@param mq the message queue with the association @param request_id the request id we are interested in @return the associated data