50d49
< class Switch;
57c56,59
< Switch *em);
---
> ClockedObject *em);
> Throttle(RubySystem *rs, NodeID node, Cycles link_latency,
> int link_bandwidth_multiplier, int endpoint_bandwidth,
> ClockedObject *em);
61c63
< { return csprintf("Throttle-%i", m_switch_id); }
---
> { return csprintf("Throttle-%i", m_sID); }
98,99c100
< const int m_switch_id;
< Switch *m_switch;
---
> int m_sID;
101d101
<