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