X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6760cb07d6b57be16928d95339d71e57c4e24f36..057f189342acabd431a079455e0800d1abcd8057:/src/simix/smx_context_java.h diff --git a/src/simix/smx_context_java.h b/src/simix/smx_context_java.h index 5bcb8edae5..5062715e61 100644 --- a/src/simix/smx_context_java.h +++ b/src/simix/smx_context_java.h @@ -17,10 +17,10 @@ SG_BEGIN_DECL() typedef struct s_smx_ctx_java { - s_smx_ctx_base_t super; /* Fields of super implementation */ - jobject jprocess; /* the java process instance binded with the msg process structure */ - JNIEnv *jenv; /* jni interface pointer associated to this thread */ + s_smx_ctx_base_t super; /* Fields of super implementation */ + jobject jprocess; /* the java process instance binded with the msg process structure */ + JNIEnv *jenv; /* jni interface pointer associated to this thread */ } s_smx_ctx_java_t, *smx_ctx_java_t; SG_END_DECL() -#endif /* !_XBT_CONTEXT_JAVA_H */ +#endif /* !_XBT_CONTEXT_JAVA_H */