Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add live migration plugin in java.
[simgrid.git] / src / bindings / java / org / simgrid / msg / Msg.java
index cc1cb7d..86a14b4 100644 (file)
@@ -41,6 +41,7 @@ public final class Msg {
        /** Tell the kernel that you want to use the energy plugin */
        public static final native void energyInit();
        public static final native void fileSystemInit();
+       public static final native void liveMigrationInit();
 
        /** Run the MSG simulation.
         *