Include packet_impl.hh (need this on my laptop,
[gem5.git] / src / mem / cache / cache.hh
index 41b270030b73684148ea5dc6b635fd05c975ae1f..7024ce58ac4b8f50215e8929c7fd2c8b47eefb12 100644 (file)
@@ -178,6 +178,13 @@ class Cache : public BaseCache
      */
     virtual void sendResult(Packet * &pkt, MSHR* mshr, bool success);
 
+    /**
+     * Was the CSHR request was sent successfully?
+     * @param pkt The request.
+     * @param success True if the request was sent successfully.
+     */
+    virtual void sendCoherenceResult(Packet * &pkt, MSHR* cshr, bool success);
+
     /**
      * Handles a response (cache line fill/write ack) from the bus.
      * @param pkt The request being responded to.