Deleted Added
sdiff udiff text old ( 6493:1fa51760a963 ) new ( 6700:deb871e1fc27 )
full compact
1
2#include "mem/protocol/MachineType.hh"
3#include "mem/ruby/network/Network.hh"
4
5Network::Network(const string & name)
6 : m_name(name)
7{
8 m_virtual_networks = 0;

--- 61 unchanged lines hidden ---