Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Removed "ApplicationHandler" and "japplication_handler" and use MSG_launch_applicatio...
[simgrid.git] / examples / async / Master.java
index 971cd5f..19e840c 100644 (file)
@@ -19,8 +19,8 @@ import org.simgrid.msg.Task;
 import org.simgrid.msg.Process;;
 
 public class Master extends Process {
-       public Master(Host host, String name, String[]args, double startTime, double killTime) {
-               super(host,name,args,startTime,killTime);
+       public Master(Host host, String name, String[]args) {
+               super(host,name,args);
        }
        public void main(String[] args) throws MsgException {
                if (args.length < 4) {