Ripples 1.0
High Performant Software Architecture For Transaction Processing
Loading...
Searching...
No Matches
conn_fifo_queue_s Struct Reference

#include <conn.h>

Collaboration diagram for conn_fifo_queue_s:

Data Fields

conn_thead
 
conn_ttail
 

Detailed Description

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.

Field Documentation

◆ head

conn_t* conn_fifo_queue_s::head

Pointer to queue head.

◆ tail

conn_t* conn_fifo_queue_s::tail

Pointer to queue tail.


The documentation for this struct was generated from the following file: