Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Renamed basic example to "masterslave" (more accurate)
[simgrid.git] / examples / masterslave / Slave.java
similarity index 98%
rename from examples/basic/Slave.java
rename to examples/masterslave/Slave.java
index dc216a4..e72b76d 100644 (file)
@@ -4,7 +4,7 @@
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. 
  */
-package basic;
+package masterslave;
 
 import org.simgrid.msg.Host;
 import org.simgrid.msg.HostFailureException;
@@ -45,4 +45,4 @@ public class Slave extends Process {
 
                Msg.info("Received Finalize. I'm done. See you!");
        }
-}
\ No newline at end of file
+}