[][src]Function mynewt::kernel::os::os_mqueue_put

pub unsafe extern "C" fn os_mqueue_put(
    arg1: *mut os_mqueue,
    arg2: *mut os_eventq,
    arg3: *mut os_mbuf
) -> c_int

Adds a packet (i.e. packet header mbuf) to an mqueue. The event associated with the mqueue gets posted to the specified eventq.

Return: 0 on success, non-zero on failure.