Eden Avivi has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33515 )

Change subject: misc: MasterInfo to RequestorInfo
......................................................................

misc: MasterInfo to RequestorInfo

Change-Id: Ia0e9ea1f686bf360c04d34d8828962d12c001a10
---
M src/mem/mem_master.hh
M src/sim/system.hh
2 files changed, 5 insertions(+), 5 deletions(-)



diff --git a/src/mem/mem_master.hh b/src/mem/mem_master.hh
index 2393ce4..6a1d9ad 100644
--- a/src/mem/mem_master.hh
+++ b/src/mem/mem_master.hh
@@ -37,7 +37,7 @@

 /**
  * @file
- * MasterInfo declaration.
+ * RequestorInfo declaration.
  */

 #ifndef __MEM_MEM_MASTER_HH__
@@ -47,11 +47,11 @@
 #include "sim/sim_object.hh"

 /**
- * The MasterInfo class contains data about a specific master.
+ * The RequestorInfo class contains data about a specific master.
  */
-struct MasterInfo
+struct RequestorInfo
 {
-    MasterInfo(const SimObject* _obj,
+    RequestorInfo(const SimObject* _obj,
                std::string master_name,
                UniqueID master_id)
       : obj(_obj), masterName(master_name), masterId(master_id)
diff --git a/src/sim/system.hh b/src/sim/system.hh
index b6f7583..0a3ca22 100644
--- a/src/sim/system.hh
+++ b/src/sim/system.hh
@@ -427,7 +427,7 @@
      * It's used to uniquely id any master in the system by name for things
      * like cache statistics.
      */
-    std::vector<MasterInfo> masters;
+    std::vector<RequestorInfo> masters;

     ThermalModel * thermalModel;


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/33515
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ia0e9ea1f686bf360c04d34d8828962d12c001a10
Gerrit-Change-Number: 33515
Gerrit-PatchSet: 1
Gerrit-Owner: Eden Avivi <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to