|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.172, 2009/04/15 11:45:18 | version 1.173, 2009/08/29 00:09:02 | ||
|---|---|---|---|
|
|
||
| */ | */ | ||
| /* List of all pools */ | /* List of all pools */ | ||
| TAILQ_HEAD(,pool) pool_head = TAILQ_HEAD_INITIALIZER(pool_head); | static TAILQ_HEAD(, pool) pool_head = TAILQ_HEAD_INITIALIZER(pool_head); | ||
| /* Private pool for page header structures */ | /* Private pool for page header structures */ | ||
| #define PHPOOL_MAX 8 | #define PHPOOL_MAX 8 |