Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
VM.setBound(int load) is now VM.setBound(double bound) to meet the MSG semantics...
[simgrid.git] / src / bindings / java / jmsg_vm.h
index 04c02f9..12de5fd 100644 (file)
@@ -87,7 +87,7 @@ Java_org_simgrid_msg_VM_isRestoring(JNIEnv *env, jobject jvm);
  * Signature  (D)B
  */
 JNIEXPORT void JNICALL
-Java_org_simgrid_msg_VM_setBound(JNIEnv *env, jobject jvm, jint load); 
+Java_org_simgrid_msg_VM_setBound(JNIEnv *env, jobject jvm, jdouble bound); 
 
 /**
  * Class            org_simgrid_msg_VM