Function gnunet_sys::GNUNET_MQ_get_length[][src]

pub unsafe extern "C" fn GNUNET_MQ_get_length(
    mq: *mut GNUNET_MQ_Handle
) -> c_uint

Obtain the current length of the message queue.

@param mq queue to inspect @return number of queued, non-transmitted messages