AWS IoT Device SDK C: Linear Containers
Linked lists and Queues
Return to main page ↑
IotDeQueue_EnqueueTail

Add an element at the tail of the queue.

static inline void IotDeQueue_EnqueueTail( IotDeQueue_t * const pQueue,
IotLink_t * const pLink )
Parameters
[in]pQueueThe queue that will hold the new element.
[in]pLinkPointer to the new element's link member.