#include <spsc.h>
Data Fields | |
| char | _header [2] |
| int | _version |
| size_t | _size |
| char | __pad0 [64] |
| size_t | _rpos |
| char | __pad1 [64] |
| size_t | _wpos |
| char | __pad2 [64] |
| char | _buf [] |
Internal structure representing the data stored in the shared memory file.
| char spsc_ring_data::__pad0[64] |
| char spsc_ring_data::__pad1[64] |
| char spsc_ring_data::__pad2[64] |
| char spsc_ring_data::_buf[] |
| char spsc_ring_data::_header[2] |
| size_t spsc_ring_data::_rpos |
| size_t spsc_ring_data::_size |
| int spsc_ring_data::_version |
| size_t spsc_ring_data::_wpos |