X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/77bbf3027c4240a2e833209a3a3f186589da8577..84f504218e6e541881d121ba0382f132ff1cf135:/src/bindings/java/jmsg.hpp diff --git a/src/bindings/java/jmsg.hpp b/src/bindings/java/jmsg.hpp index 295a93800b..49fb4c90dd 100644 --- a/src/bindings/java/jmsg.hpp +++ b/src/bindings/java/jmsg.hpp @@ -1,6 +1,6 @@ /* Java Wrappers to the MSG API. */ -/* Copyright (c) 2007-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2022. 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. */ @@ -23,9 +23,7 @@ extern "C" { /* end of eclipse-mandated pimple */ extern int JAVA_HOST_LEVEL; -static std::unordered_map java_storage_map; -JavaVM* get_java_VM(); JNIEnv* get_current_thread_env(); /** * This function throws the correct exception according to the status provided. @@ -37,6 +35,9 @@ JNIEXPORT void JNICALL JNICALL Java_org_simgrid_msg_Msg_run(JNIEnv* env, jclass JNIEXPORT void JNICALL Java_org_simgrid_msg_Msg_init(JNIEnv* env, jclass cls, jobjectArray jargs); JNIEXPORT void JNICALL Java_org_simgrid_msg_Msg_energyInit(); +JNIEXPORT void JNICALL Java_org_simgrid_msg_Msg_liveMigrationInit(); +JNIEXPORT void JNICALL Java_org_simgrid_msg_Msg_fileSystemInit(); +JNIEXPORT void JNICALL Java_org_simgrid_msg_Msg_loadInit(); JNIEXPORT void JNICALL Java_org_simgrid_msg_Msg_debug(JNIEnv* env, jclass cls, jstring jargs); JNIEXPORT void JNICALL Java_org_simgrid_msg_Msg_verb(JNIEnv* env, jclass cls, jstring jargs);