Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add (empty) ChangeLog entry for release 3.10.
[simgrid.git] / examples / pingPong / Sender.java
index 80a4102..f2cf7ab 100644 (file)
@@ -1,7 +1,5 @@
 /*
- * Sender of basic ping/pong example
- *
- * Copyright 2006,2007,2010 The SimGrid Team. All rights reserved. 
+ * Copyright 2006-2012. The SimGrid Team. All rights reserved. 
  *
  * 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. 
@@ -14,7 +12,9 @@ import org.simgrid.msg.MsgException;
 import org.simgrid.msg.Process;
 
 public class Sender extends Process {
-  
+       public Sender(Host host, String name, String[] args) {
+               super(host,name,args);
+       }
     private final double commSizeLat = 1;
     final double commSizeBw = 100000000;