pool_lifo Struct Reference

Used in lifo_put() and lifo_get() to maintain a LIFO list. More...

Collaboration diagram for pool_lifo:

Collaboration graph
[legend]

Data Fields

pool_lifonext
 next item in list
void * conn
 payload if this item in the list

Detailed Description

Used in lifo_put() and lifo_get() to maintain a LIFO list.

Definition at line 35 of file pool.c.


Field Documentation

void* conn

payload if this item in the list

Definition at line 37 of file pool.c.

struct pool_lifo* next

next item in list

Definition at line 36 of file pool.c.


The documentation for this struct was generated from the following file:
Generated on Sun Jul 12 20:25:33 2009 for mysqlfs by  doxygen 1.4.7