commit | c7d4afd878ac37ff7d1b72628e98d6337f0a4441 | [log] [tgz] |
---|---|---|
author | Tony Gutierrez <anthony.gutierrez@amd.com> | Wed Oct 26 22:46:58 2016 -0400 |
committer | Tony Gutierrez <anthony.gutierrez@amd.com> | Wed Oct 26 22:46:58 2016 -0400 |
tree | ec2a03529f22caf7909820bda35c64cf19645eb0 | |
parent | 90b087171b048aa226be96dc32d73624f957b793 [diff] |
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