Review Board 2.0.15


ruby: make a RequestDesc class instead of std::pair

Review Request #3664 - Created Oct. 13, 2016 and submitted

Information
Tony Gutierrez
gem5
default
Reviewers
Default
Changeset 11855:f99c307b574e
---------------------------
ruby: make a RequestDesc class instead of std::pair

the RequestDesc was previously implemented as a std::pair, which made
the implementation overly complex and error prone. here we encapsulate the
packet, primary, and secondary types all in a single data structure with
all members properly intialized in a ctor

   
Review request changed
Updated (Oct. 26, 2016, 7:51 p.m.)

Status: Closed (submitted)