#include <spsc.h>

Data Fields | |
| spsc_ring_data * | _data |
| int | mode |
| int | flock_fd |
Structure holding runtime information of the ring.
| spsc_ring_data* spsc_ring::_data |
Reference to shared memory data.
| int spsc_ring::flock_fd |
File descriptor for the held read/write lock.
| int spsc_ring::mode |
Indicator to check whether this structure is used for publishing or subscribing.