ruby: drop NetworkMessage class
Review Request #2905 - Created June 19, 2015 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Nilay Vaish | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10884:ac028a40f44a --------------------------- ruby: drop NetworkMessage class This patch drops the NetworkMessage class. The relevant data members and functions have been moved to the Message class, which was the parent of NetworkMessage. This is just one patch in a series aimed towards combining different Message classes defined across protocols in Ruby. These different classes mostly contain the same code and are typically duplicated when a new protocol is written.
