Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
publicize the existance of Java continuations as an answer to Java scalability
[simgrid.git] / src / jmsg_vm.h
index 6266bf6..79106fd 100644 (file)
@@ -94,4 +94,12 @@ Java_org_simgrid_msg_VM_resume(JNIEnv *env, jobject jvm);
  */
 JNIEXPORT void JNICALL
 Java_org_simgrid_msg_VM_shutdown(JNIEnv *env, jobject jvm);
+/**
+ * Class            org_simgrid_msg_VM
+ * Method           reboot
+ * Signature    ()V
+ */
+JNIEXPORT void JNICALL
+Java_org_simgrid_msg_VM_reboot(JNIEnv *env, jobject jvm);
+
 #endif