Main Page | Modules | Alphabetical List | Data Structures | 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 Sun Feb 12 10:50:11 2006 for Gtk-Gnutella by doxygen 1.3.6