Loading testOpt/network.cpp +5 −5 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading testOpt/test_transactive (1.1 MiB) File changed.No diff preview for this file type. View original file View changed file Loading
testOpt/network.cpp +5 −5 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading
testOpt/test_transactive (1.1 MiB) File changed.No diff preview for this file type. View original file View changed file