Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines with new year.
[simgrid.git] / src / bindings / java / org / simgrid / msg / Msg.java
index 953b1df..089fda0 100644 (file)
@@ -1,6 +1,6 @@
 /* JNI interface to C code for MSG. */
 
-/* Copyright (c) 2006-2018. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2006-2020. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -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.