X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d2bd0d6a9643de3a2794d9bc2288ef92c6cef07f..93bb995eb4c9ce2749261e37e6621dcc639e8eb0:/org/simgrid/msg/VM.java diff --git a/org/simgrid/msg/VM.java b/org/simgrid/msg/VM.java index 04676afc68..3de79f9343 100644 --- a/org/simgrid/msg/VM.java +++ b/org/simgrid/msg/VM.java @@ -84,5 +84,9 @@ public class VM { * No extra delay occurs. If you want to simulate this too, you want to use a MSG_process_sleep() or something */ public native void shutdown(); + /** + * @brief Reboot the VM, restarting all the processes in it. + */ + public native void reboot(); } \ No newline at end of file