Commit 257b1ca2 authored by Ozmen O's avatar Ozmen O
Browse files

--amend

parent 7b033c85
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -293,7 +293,7 @@ int main()
		strss << num;
		std::string nums = strss.str();
		std::string port = ":" + nums;
		x86* computer = new x86(str,120.0,port,false,mac,QemuComputer<IO_Type>::FAST);
		x86* computer = new x86(str,150.0,port,false,mac,QemuComputer<IO_Type>::FAST);
		computers.push_back(computer);
	}
	// Aggregator Agents
@@ -327,7 +327,7 @@ int main()
		strss << num;
		std::string nums = strss.str();
		std::string port = ":" + nums; 
		x86* computer = new x86(str,120.0,port,false,mac,QemuComputer<IO_Type>::FAST);
		x86* computer = new x86(str,180.0,port,false,mac,QemuComputer<IO_Type>::FAST);
		computers.push_back(computer);
	}
	// Load Agents
@@ -361,7 +361,7 @@ int main()
		strss << num;
		std::string nums = strss.str();
		std::string port = ":" + nums;
		x86* computer = new x86(str,120.0,port,false,mac,QemuComputer<IO_Type>::FAST);
		x86* computer = new x86(str,210.0,port,false,mac,QemuComputer<IO_Type>::FAST);
		computers.push_back(computer);
	}
	// Add computer instances to the graph
(1.1 MiB)

File changed.

No diff preview for this file type.