Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
export the energy plugin to the java world
[simgrid.git] / src / bindings / java / org / simgrid / msg / Msg.java
index b324db8..263a22f 100644 (file)
@@ -57,6 +57,9 @@ public final class Msg {
         * @param args            The arguments of the command line of the simulation.
         */
        public final static native void init(String[]args);
+       
+       /** Tell the kernel that you want to use the energy plugin */
+       public final static native void energyInit();
 
        /**
         * Run the MSG simulation.