Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
MpscQueue node internal data. More...
#include <mpsc_queue_node.h>
Public Attributes | |
MpscQueueData * | next |
Next list element. More... | |
void * | queue |
Pointer to the containing queue. More... | |
MpscQueue node internal data.
Definition at line 24 of file mpsc_queue_node.h.
MpscQueueData* roc::core::MpscQueueData::next |
Next list element.
Definition at line 26 of file mpsc_queue_node.h.
void* roc::core::MpscQueueData::queue |
Pointer to the containing queue.
Definition at line 29 of file mpsc_queue_node.h.