From 0534e355b77497a1272f6078edae1692d87a15cf Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Mon, 17 Apr 2006 14:55:15 -0400 Subject: change packet: reset() to resetMin() resetAll() which reset the minium and the entire packet respectively. --HG-- extra : convert_revision : 70b8bc8a2cf304d4c955d1a997df4a9a8edd4989 --- mem/request.hh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'mem') diff --git a/mem/request.hh b/mem/request.hh index 6bcfd9c5b..903e7503c 100644 --- a/mem/request.hh +++ b/mem/request.hh @@ -66,9 +66,12 @@ class 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); + /** reset the request to it's initial state so it can be reused.*/ + void resetAll(bool isCpu); + + /** reset the request's addrs times, etc, so but not everything to same + * time. */ + void resetMin(); //First non-cpu request fields private: -- cgit v1.2.3