X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/16f843b808b321508679187eae65e1fec3cf14ee..5d90d18739a029d69c624b0eb6b95ade682770ac:/examples/java/reservationSurfPlugin/Sender.java diff --git a/examples/java/reservationSurfPlugin/Sender.java b/examples/java/reservationSurfPlugin/Sender.java index 5f6ca385a0..7e4020c7bc 100644 --- a/examples/java/reservationSurfPlugin/Sender.java +++ b/examples/java/reservationSurfPlugin/Sender.java @@ -34,14 +34,14 @@ public class Sender extends Process { curTime = Msg.getClock(); Msg.info("Send duration: " + (curTime - oldTime)); - TestPlugin.tp.updateBandwidthRoute("Jacquelin", "Boivin", 10E2); + TestPlugin.tp.updateBandwidthRoute("Tremblay", "Ginette", 10E2); oldTime = curTime; task = new Task("no name",computeDuration,commSizeLat); task.send(receiverName); curTime = Msg.getClock(); Msg.info("Send duration with update bandwidth: " + (curTime - oldTime)); - TestPlugin.tp.limitBandwidthActions("Jacquelin", "Boivin", 10E1); + TestPlugin.tp.limitBandwidthActions("Tremblay", "Ginette", 10E1); oldTime = curTime; task = new Task("no name",computeDuration,commSizeLat); task.send(receiverName);