Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add kademlia example
[simgrid.git] / examples / startKillTime / Slave.java
index 2120e90..2f5c82c 100644 (file)
@@ -17,9 +17,9 @@ import org.simgrid.msg.Process;
  * Lazy Guy Slave, suspends itself ASAP
  */
 public class Slave extends Process {
-       public Slave(Host host, String name, String[]args, double startTime, double killTime) {
-               super(host,name,args,startTime,killTime);
-       }
+       public Slave(Host host, String name, String[]args) {
+               super(host,name,args);
+       } 
        public void main(String[] args) throws TransferFailureException, HostFailureException, TimeoutException {
                Msg.info("Hello!");
                waitFor(10.0);