Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
allow to use this test as a crash test
[simgrid.git] / examples / java / app / pingpong / Main.java
index ed8f2a7684b9fae28e05f09d974a122b25e82796..d933e80cc0427bea43c70bdd4e24203fa258e80f 100644 (file)
@@ -12,6 +12,7 @@ class Main {
   private Main() {
     throw new IllegalAccessError("Utility class");
   }
+  protected static final int TASK_COUNT = 3;
 
   public static void main(String[] args) throws HostNotFoundException {
     Msg.init(args);