AT&T ECOMP Vendor Event Listener library  0.1
Data Fields
ring_buffer Struct Reference

Ring buffer structure. More...

#include <ring_buffer.h>

Data Fields

int size
 
int next_write
 
int next_read
 
void ** ring
 
pthread_cond_t ring_cv
 
pthread_mutex_t ring_mutex
 

Detailed Description

Ring buffer structure.

Definition at line 45 of file ring_buffer.h.

Field Documentation

§ next_read

int ring_buffer::next_read

Definition at line 49 of file ring_buffer.h.

§ next_write

int ring_buffer::next_write

Definition at line 48 of file ring_buffer.h.

§ ring

void** ring_buffer::ring

Definition at line 50 of file ring_buffer.h.

§ ring_cv

pthread_cond_t ring_buffer::ring_cv

Definition at line 51 of file ring_buffer.h.

§ ring_mutex

pthread_mutex_t ring_buffer::ring_mutex

Definition at line 52 of file ring_buffer.h.

§ size

int ring_buffer::size

Definition at line 47 of file ring_buffer.h.


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