Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into v3.20-expose-simgrid-jni
[simgrid.git] / src / bindings / java / org / simgrid / msg / Msg.java
index b103d2f..b4becc9 100644 (file)
@@ -40,8 +40,16 @@ public final class Msg {
        
        /** Tell the kernel that you want to use the energy plugin */
        public static final native void energyInit();
+
+    /** Tell the kernel that you want to use the filesystem plugin. */
        public static final native void fileSystemInit();
 
+    /** Initializes the HostLoad plugin.
+     *
+        * The HostLoad plugin provides an API to get the current load of each host.
+     */
+       public static final native void loadInit();
+
        /** Run the MSG simulation.
         *
         * After the simulation, you can freely retrieve the information that you want..