Rename internal Request fields to start with '_'.
authorSteve Reinhardt <steve.reinhardt@amd.com>
Sun, 2 Aug 2009 05:50:10 +0000 (22:50 -0700)
committerSteve Reinhardt <steve.reinhardt@amd.com>
Sun, 2 Aug 2009 05:50:10 +0000 (22:50 -0700)
commitc0755e60852893fdaf86ee6c5581f7af6557ae7c
tree349fb446de1dc820a0495b309a5d2876f1e445d2
parentaa75b9a7a7489bf86c4e6d406ff612e596ddff96
Rename internal Request fields to start with '_'.
The inconsistency was causing a subtle bug with some of the
constructors where the params had the same name as the fields.
This is also a first step to switching the accessors over to
our new "standard", e.g., getVaddr() -> vaddr().
src/mem/request.hh