X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8e970353f6db8e98fd13fcc1bf80e57e84f3d25c..725184f3bce66a3eff87cc3a01e5d96477a5d28a:/src/xbt/xbt_context_java.h diff --git a/src/xbt/xbt_context_java.h b/src/xbt/xbt_context_java.h index 9760e0430b..7c7531549f 100644 --- a/src/xbt/xbt_context_java.h +++ b/src/xbt/xbt_context_java.h @@ -1,22 +1,20 @@ -#ifndef _XBT_CONTEXT_JAVA_H -#define _XBT_CONTEXT_JAVA_H - -#include "portable.h" -#include "xbt/misc.h" - -#include "xbt/xbt_context_private.h" -#include "java/jmsg.h" -#include "java/jmsg_process.h" - -SG_BEGIN_DECL() - -typedef struct s_xbt_ctx_java -{ - XBT_CTX_BASE_T; - jobject jprocess; /* the java process instance binded with the msg process structure */ - JNIEnv* jenv; /* jni interface pointer associated to this thread */ -}s_xbt_ctx_java_t,* xbt_ctx_java_t; - -SG_END_DECL() - -#endif /* !_XBT_CONTEXT_JAVA_H */ +#ifndef _XBT_CONTEXT_JAVA_H +#define _XBT_CONTEXT_JAVA_H + +#include "portable.h" +#include "xbt/misc.h" + +#include "xbt/xbt_context_private.h" +#include "java/jmsg.h" +#include "java/jmsg_process.h" + +SG_BEGIN_DECL() + + typedef struct s_xbt_ctx_java { + XBT_CTX_BASE_T; + jobject jprocess; /* the java process instance binded with the msg process structure */ + JNIEnv *jenv; /* jni interface pointer associated to this thread */ + } s_xbt_ctx_java_t, *xbt_ctx_java_t; + +SG_END_DECL() +#endif /* !_XBT_CONTEXT_JAVA_H */