X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0e9c0448c6566825b170b98ecff716b098bda10e..f3e4803befab19389587dd1d9af5ecdeffec551e:/src/bindings/java/jmsg.h diff --git a/src/bindings/java/jmsg.h b/src/bindings/java/jmsg.h index 092bcfdd34..b9046ab202 100644 --- a/src/bindings/java/jmsg.h +++ b/src/bindings/java/jmsg.h @@ -1,16 +1,22 @@ /* Java Wrappers to the MSG API. */ -/* Copyright (c) 2007-2013. The SimGrid Team. +/* Copyright (c) 2007-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 MSG4JAVA_H #define MSG4JAVA_H -#include +#include #include +extern int JAVA_HOST_LEVEL; +extern xbt_lib_t host_lib; + +extern int JAVA_STORAGE_LEVEL; +extern xbt_lib_t storage_lib; + JavaVM *get_java_VM(void); JNIEnv *get_current_thread_env(void); /**