X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9b9604890a31d41c3837bee248e8a77822d41ec7..29a3b2869c0075fc75e8ccc66fc1d9c4c8bf6a85:/src/bindings/java/org/simgrid/msg/Msg.java diff --git a/src/bindings/java/org/simgrid/msg/Msg.java b/src/bindings/java/org/simgrid/msg/Msg.java index 953b1df6d1..b4becc9a7f 100644 --- a/src/bindings/java/org/simgrid/msg/Msg.java +++ b/src/bindings/java/org/simgrid/msg/Msg.java @@ -40,7 +40,14 @@ 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.