SIP Witch 1.9.15
|
Structure for referencing a fifo. More...
#include <osip_fifo.h>
Data Fields | |
struct osip_mutex * | qislocked |
mutex for fifo More... | |
struct osip_sem * | qisempty |
semaphore for fifo More... | |
osip_list_t | queue |
list of nodes containing elements More... | |
int | nb_elt |
nb of elements More... | |
osip_fifo_state | state |
state of the fifo More... | |
Structure for referencing a fifo.
Definition at line 63 of file osip_fifo.h.
int osip_fifo::nb_elt |
nb of elements
Definition at line 69 of file osip_fifo.h.
struct osip_sem* osip_fifo::qisempty |
semaphore for fifo
Definition at line 66 of file osip_fifo.h.
struct osip_mutex* osip_fifo::qislocked |
mutex for fifo
Definition at line 65 of file osip_fifo.h.
osip_list_t osip_fifo::queue |
list of nodes containing elements
Definition at line 68 of file osip_fifo.h.
osip_fifo_state osip_fifo::state |
state of the fifo
Definition at line 70 of file osip_fifo.h.