DungeonCrawl
Loading...
Searching...
No Matches
ring_buffer_t Struct Reference

Data Fields

char ** messages
int head
int tail
int count
pthread_mutex_t mutex
pthread_cond_t cond

Detailed Description

Definition at line 26 of file ringbuffer.h.

Field Documentation

◆ cond

pthread_cond_t ring_buffer_t::cond

Definition at line 32 of file ringbuffer.h.

◆ count

int ring_buffer_t::count

Definition at line 30 of file ringbuffer.h.

◆ head

int ring_buffer_t::head

Definition at line 28 of file ringbuffer.h.

◆ messages

char** ring_buffer_t::messages

Definition at line 27 of file ringbuffer.h.

◆ mutex

pthread_mutex_t ring_buffer_t::mutex

Definition at line 31 of file ringbuffer.h.

◆ tail

int ring_buffer_t::tail

Definition at line 29 of file ringbuffer.h.


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