Function gnunet_sys::GNUNET_SERVICE_client_get_mq[][src]

pub unsafe extern "C" fn GNUNET_SERVICE_client_get_mq(
    c: *mut GNUNET_SERVICE_Client
) -> *mut GNUNET_MQ_Handle

Obtain the message queue of @a c. Convenience function.

@param c the client to continue receiving from @return the message queue of @a c