Function gnunet_sys::GNUNET_MQ_send_copy[][src]

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

Send a copy of a message with the given message queue. Can be called repeatedly on the same envelope.

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