Function gnunet_sys::GNUNET_CORE_get_mq[][src]

pub unsafe extern "C" fn GNUNET_CORE_get_mq(
    h: *const GNUNET_CORE_Handle,
    pid: *const GNUNET_PeerIdentity
) -> *mut GNUNET_MQ_Handle

Obtain the message queue for a connected peer.

@param h the core handle @param pid the identity of the peer @return NULL if @a pid is not connected