49a50
> class Switch;
56,59c57
< ClockedObject *em);
< Throttle(RubySystem *rs, NodeID node, Cycles link_latency,
< int link_bandwidth_multiplier, int endpoint_bandwidth,
< ClockedObject *em);
---
> Switch *em);
63c61
< { return csprintf("Throttle-%i", m_sID); }
---
> { return csprintf("Throttle-%i", m_switch_id); }
100c98,99
< int m_sID;
---
> const int m_switch_id;
> Switch *m_switch;
101a101
>