200
200
uint status; /* state of the block */
201
201
enum BLOCK_TEMPERATURE temperature; /* block temperature: cold, warm, hot */
202
202
uint hits_left; /* number of hits left until promotion */
204
204
KEYCACHE_CONDVAR *condvar; /* condition variable for 'no readers' event */