Skip to content
Snippets Groups Projects
Commit b926358f authored by Brutzman, Don's avatar Brutzman, Don
Browse files

TODO sending DIS packets for simulation management

parent 149da06f
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,8 @@ public class RunSimpleServerOpenDis7 { ...@@ -77,6 +77,8 @@ public class RunSimpleServerOpenDis7 {
System.out.printf("Average utilization\t%.4f%n", 1.0 - numberAvailableServersStat.getMean() / server.getTotalNumberServers()); System.out.printf("Average utilization\t%.4f%n", 1.0 - numberAvailableServersStat.getMean() / server.getTotalNumberServers());
System.out.println("Execution complete."); System.out.println("Execution complete.");
// TODO send simulation management PDUs via DIS channel, announce completion
arrival.getChannelOpenDis7().tearDownNetworkInterface(); arrival.getChannelOpenDis7().tearDownNetworkInterface();
System.exit(0); // normal completion System.exit(0); // normal completion
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment