|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.32, 2000/04/10 02:17:42 | version 1.33, 2000/04/13 00:44:19 | ||
|---|---|---|---|
|
|
||
| struct pool_item { | struct pool_item { | ||
| #ifdef DIAGNOSTIC | #ifdef DIAGNOSTIC | ||
| int pi_magic; | int pi_magic; | ||
| #define PI_MAGIC 0xdeadbeef | |||
| #endif | #endif | ||
| #define PI_MAGIC 0xdeadbeef | |||
| /* Other entries use only this list entry */ | /* Other entries use only this list entry */ | ||
| TAILQ_ENTRY(pool_item) pi_list; | TAILQ_ENTRY(pool_item) pi_list; | ||
| }; | }; |