X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ac5b02ad88c475923974464d32a904102ac66d05..a243b4c3535f516d05259cac06963c422d4aadc0:/src/bindings/java/jmsg_vm.h diff --git a/src/bindings/java/jmsg_vm.h b/src/bindings/java/jmsg_vm.h index 7a0ae66015..5892e2fdcc 100644 --- a/src/bindings/java/jmsg_vm.h +++ b/src/bindings/java/jmsg_vm.h @@ -1,10 +1,10 @@ /* Functions related to the MSG VM API. */ -/* Copyright (c) 2012. The SimGrid Team. */ +/* Copyright (c) 2012-2013. 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. */ - + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef MSG_VM_H #define MSG_VM_H @@ -79,6 +79,13 @@ Java_org_simgrid_msg_VM_isSaved(JNIEnv *env, jobject jvm); */ JNIEXPORT jint JNICALL Java_org_simgrid_msg_VM_isRestoring(JNIEnv *env, jobject jvm); +/** + * Class org_simgrid_msg_VM + * Method setBound + * Signature ()B + */ +JNIEXPORT void JNICALL +Java_org_simgrid_msg_VM_setBound(JNIEnv *env, jobject jvm, jint load); /** * Class org_simgrid_msg_VM @@ -87,7 +94,7 @@ Java_org_simgrid_msg_VM_isRestoring(JNIEnv *env, jobject jvm); */ JNIEXPORT void JNICALL Java_org_simgrid_msg_VM_create(JNIEnv *env, jobject jvm, jobject jhost, jstring jname, - jint jncore, jlong jramsize, jlong jnetcap, jstring jdiskpath, jlong jdisksize, jlong dprate, jlong mig_netspeed); + jint jncore, jint jramsize, jint jnetcap, jstring jdiskpath, jint jdisksize, jint dprate, jint mig_netspeed); /** * Class org_simgrid_msg_VM