99,100c99
< // false because this isn't a reconfiguration
< m_topology_ptr->createLinks(this, false);
---
> m_topology_ptr->createLinks(this);
133,134c132
< const NetDest& routing_table_entry,
< bool isReconfiguration)
---
> const NetDest& routing_table_entry)
140,144d137
< if (isReconfiguration) {
< m_switch_ptr_vector[src]->reconfigureOutPort(routing_table_entry);
< return;
< }
<
159,160c152
< const NetDest& routing_table_entry,
< bool isReconfiguration)
---
> const NetDest& routing_table_entry)
163,167d154
< if (isReconfiguration) {
< // do nothing
< return;
< }
<
175,176c162
< const NetDest& routing_table_entry,
< bool isReconfiguration)
---
> const NetDest& routing_table_entry)
178,182d163
< if (isReconfiguration) {
< m_switch_ptr_vector[src]->reconfigureOutPort(routing_table_entry);
< return;
< }
<