47a48
> #include "packet.hh"
111c112,113
< void makeRequest(const CacheMsg& request);
---
> void makeRequest(const Packet* pkt, void* data);
> void makeRequest(const CacheMsg& request); // depricate this function
114c116,117
< bool isReady(const CacheMsg& request) const;
---
> bool isReady(const Packet* pkt) const;
> bool isReady(const CacheMsg& request) const; // depricate this function