Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

fifo_real Struct Reference


Detailed Description

The real FIFO structure (the advertised fifo_t is just a facade).


Data Fields

GList * head
 Head of FIFO, where data is prepended.
GList * tail
 Tail of FIFO, where data is removed from.
gint count
 Amount of entries in FIFO.


Field Documentation

gint fifo_real::count
 

Amount of entries in FIFO.

GList* fifo_real::head
 

Head of FIFO, where data is prepended.

GList* fifo_real::tail
 

Tail of FIFO, where data is removed from.


The documentation for this struct was generated from the following file:
Generated on Sat Jun 30 17:53:33 2007 for gtk-gnutella by  doxygen 1.3.9.1