|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.4.2.1, 1998/07/30 14:04:05 | version 1.4.2.2, 1998/08/08 03:06:56 | ||
|---|---|---|---|
|
|
||
| */ | */ | ||
| /* List of all pools */ | /* List of all pools */ | ||
| static TAILQ_HEAD(,pool) pool_head = TAILQ_HEAD_INITIALIZER(pool_head); | TAILQ_HEAD(,pool) pool_head = TAILQ_HEAD_INITIALIZER(pool_head); | ||
| /* Private pool for page header structures */ | /* Private pool for page header structures */ | ||
| static struct pool phpool; | static struct pool phpool; |