summaryrefslogtreecommitdiff
path: root/src/mem/ruby/network/simple/Throttle.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/ruby/network/simple/Throttle.hh')
-rw-r--r--src/mem/ruby/network/simple/Throttle.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/ruby/network/simple/Throttle.hh b/src/mem/ruby/network/simple/Throttle.hh
index b75161164..4a84227fb 100644
--- a/src/mem/ruby/network/simple/Throttle.hh
+++ b/src/mem/ruby/network/simple/Throttle.hh
@@ -108,7 +108,7 @@ class Throttle : public Consumer
int m_endpoint_bandwidth;
// For tracking utilization
- Time m_ruby_start;
+ Cycles m_ruby_start;
double m_links_utilized;
};