59,60c59,60
< void printStats(std::ostream& out) const;
< void clearStats();
---
> void collateStats();
> void regStats();
93d92
< SwitchID createSwitch();
95d93
< void linkTopology();
113a112,115
>
> //Statistical variables
> std::vector<Stats::Formula> m_msg_counts;
> std::vector<Stats::Formula> m_msg_bytes;