|
libisdn
|
#include <msgb_fifo.h>
Data Fields | |
| int | size |
| int | nr_entries |
| struct dlist_head | entries |
Definition at line 11 of file msgb_fifo.h.
| struct dlist_head msgb_fifo::entries |
Definition at line 14 of file msgb_fifo.h.
Referenced by msgb_fifo_dequeue(), msgb_fifo_enqueue(), and msgb_fifo_init().
Definition at line 13 of file msgb_fifo.h.
Referenced by msgb_fifo_dequeue(), msgb_fifo_empty(), msgb_fifo_enqueue(), msgb_fifo_full(), and msgb_fifo_length().
| int msgb_fifo::size |
Definition at line 12 of file msgb_fifo.h.
Referenced by msgb_fifo_enqueue(), msgb_fifo_full(), msgb_fifo_init(), and msgb_fifo_size().