mem: Make the XBar responsible for tracking response routing
[gem5.git] / src / cpu / quiesce_event.hh
index 85c88ab32cc8cf00bf050bd457b139b799ee1572..74db27481f139d37d6a5a37eea0ae909b8efd06b 100644 (file)
@@ -36,8 +36,9 @@
 class ThreadContext;
 
 /** Event for timing out quiesce instruction */
-struct EndQuiesceEvent : public Event
+class EndQuiesceEvent : public Event
 {
+  public:
     /** A pointer to the thread context that is quiesced */
     ThreadContext *tc;