summaryrefslogtreecommitdiff
path: root/mem/request.hh
diff options
context:
space:
mode:
Diffstat (limited to 'mem/request.hh')
-rw-r--r--mem/request.hh6
1 files changed, 5 insertions, 1 deletions
diff --git a/mem/request.hh b/mem/request.hh
index 90c46646e..6bcfd9c5b 100644
--- a/mem/request.hh
+++ b/mem/request.hh
@@ -63,9 +63,13 @@ class Request
{
//@todo Make Accesor functions, make these private.
public:
- /** Cunstructor, needs a bool to signify if it is/isn't Cpu Request. */
+ /** Constructor, needs a bool to signify if it is/isn't Cpu Request. */
Request(bool isCpu);
+ /** reset the request to it's initial state so it can be reused by the
+ * CPU.*/
+ void reset(bool isCpu);
+
//First non-cpu request fields
private:
/** The physical address of the request. */