X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0d30bd16eb15415a787a20b2c7ece468500c2487..f3e4803befab19389587dd1d9af5ecdeffec551e:/src/bindings/java/jmsg_vm.h diff --git a/src/bindings/java/jmsg_vm.h b/src/bindings/java/jmsg_vm.h index fc35c28069..5aca83358c 100644 --- a/src/bindings/java/jmsg_vm.h +++ b/src/bindings/java/jmsg_vm.h @@ -1,16 +1,16 @@ /* Functions related to the MSG VM API. */ -/* Copyright (c) 2012. The SimGrid Team. */ +/* Copyright (c) 2012-2014. 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 #include -#include "msg/msg.h" +#include "simgrid/msg.h" void jvm_bind(JNIEnv *env, jobject jvm, msg_vm_t vm); msg_vm_t jvm_get_native(JNIEnv *env, jobject jvm); @@ -102,7 +102,7 @@ Java_org_simgrid_msg_VM_create(JNIEnv *env, jobject jvm, jobject jhost, jstring * Signature ()V */ JNIEXPORT void JNICALL -Java_org_simgrid_msg_VM_destroy(JNIEnv *env, jobject jvm); +Java_org_simgrid_msg_VM_nativeFinalize(JNIEnv *env, jobject jvm); /** * Class org_simgrid_msg_VM * Method start