70,71d69
< /** Has this block been touched? */
< bool isTouched;
207,209c205,208
< * Find a replacement block for the address provided.
< * @param pkt The request to a find a replacement candidate for.
< * @return The block to place the replacement in.
---
> * Find replacement victim based on address.
> *
> * @param addr Address to find a victim for.
> * @return Cache block to be replaced.