61d60
< #include "mem/packet.hh"
288c287,290
< * @param pkt Packet holding the address to update
---
> * @param addr Address of the block.
> * @param is_secure Whether the block is in secure space or not.
> * @param src_master_ID The source requestor ID.
> * @param task_ID The new task ID.
291c293,295
< virtual void insertBlock(const PacketPtr pkt, CacheBlk *blk);
---
> virtual void insertBlock(const Addr addr, const bool is_secure,
> const int src_master_ID, const uint32_t task_ID,
> CacheBlk *blk);