|
Ripples 1.0
High Performant Software Architecture For Transaction Processing
|
#include <conn.h>

Data Fields | |
| conn_t * | head |
| conn_t * | tail |
Connection object FIFO queue. New objects are enqueued (added) to the tail of the queue, and objects are dequeued (removed) from head of the queue.
| conn_t* conn_fifo_queue_s::head |
Pointer to queue head.
| conn_t* conn_fifo_queue_s::tail |
Pointer to queue tail.