Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bugfix in Java Cloud API. Bugfix in the associated example. Add a tesh file for the...
[simgrid.git] / src / jmsg_vm.h
index fa5a965..0acedc5 100644 (file)
@@ -87,4 +87,11 @@ Java_org_simgrid_msg_VM_suspend(JNIEnv *env, jobject jvm);
  */
 JNIEXPORT void JNICALL
 Java_org_simgrid_msg_VM_resume(JNIEnv *env, jobject jvm);
+/**
+ * Class                       org_simgrid_msg_VM
+ * Method                      shutdown
+ * Signature   ()V
+ */
+JNIEXPORT void JNICALL
+Java_org_simgrid_msg_VM_shutdown(JNIEnv *env, jobject jvm);
 #endif