X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8b102e4be5251931d23be873a3e36ced0436ac24..95250056fde87d7c6413baa5cc3724fd8f9a83f9:/examples/pingPong/Sender.java?ds=sidebyside diff --git a/examples/pingPong/Sender.java b/examples/pingPong/Sender.java index 80a41026f9..ff8efdc43a 100644 --- a/examples/pingPong/Sender.java +++ b/examples/pingPong/Sender.java @@ -14,7 +14,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;