Function gnunet_sys::GNUNET_MQ_send[][src]

pub unsafe extern "C" fn GNUNET_MQ_send(
    mq: *mut GNUNET_MQ_Handle,
    ev: *mut GNUNET_MQ_Envelope
)

Send a message with the given message queue. May only be called once per message.

@param mq message queue @param ev the envelope with the message to send.