X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8a33322bb6d11e912812c709a5b03cb45f60a21f..e06fba861f676841107140640d9961e6661be588:/src/bindings/java/org/simgrid/msg/VM.java diff --git a/src/bindings/java/org/simgrid/msg/VM.java b/src/bindings/java/org/simgrid/msg/VM.java index f77a4af1ed..4454960a85 100644 --- a/src/bindings/java/org/simgrid/msg/VM.java +++ b/src/bindings/java/org/simgrid/msg/VM.java @@ -155,6 +155,8 @@ public class VM extends Host{ */ public void migrate(Host destination){ this.internalmig(destination); + // TODO we should test whether the migration has been correctly finalized. + // If and only if it is ok, then we should change the currentHost value. this.currentHost = destination; }