80a81,89
>
> // record the routers
> for (vector<BasicRouter*>::const_iterator i =
> m_topology_ptr->params()->routers.begin();
> i != m_topology_ptr->params()->routers.end(); ++i) {
> Switch* s = safe_cast<Switch*>(*i);
> m_switch_ptr_vector.push_back(s);
> s->init_net_ptr(this);
> }
91,95d99
< int number_of_switches = m_topology_ptr->numSwitches();
< for (int i = 0; i < number_of_switches; i++) {
< m_switch_ptr_vector.push_back(new Switch(i, this));
< }
<
285,286c289,290
< << " " << total_msg_counts[type] *
< uint64(RubySystem::getNetwork()->MessageSizeType_to_int(type))
---
> << " " << total_msg_counts[type] *
> uint64(MessageSizeType_to_int(type))
292,293c296
< uint64(RubySystem::getNetwork()->MessageSizeType_to_int(type));
<
---
> uint64(MessageSizeType_to_int(type));