Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Removed "ApplicationHandler" and "japplication_handler" and use MSG_launch_applicatio...
[simgrid.git] / examples / async / Slave.java
index f271dc6..d58910f 100644 (file)
@@ -17,8 +17,8 @@ import org.simgrid.msg.TransferFailureException;
 import org.simgrid.msg.Process;
 
 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 {
                if (args.length < 1) {