X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/42ad1e118f005d56af6f9e87d7ecec75bb311108..9c0ecca30e78065f9f57599a3eee17e53e8d89ca:/src/simix/smx_context_java.h diff --git a/src/simix/smx_context_java.h b/src/simix/smx_context_java.h index 7c7531549f..f646036108 100644 --- a/src/simix/smx_context_java.h +++ b/src/simix/smx_context_java.h @@ -4,17 +4,17 @@ #include "portable.h" #include "xbt/misc.h" -#include "xbt/xbt_context_private.h" +#include "private.h" #include "java/jmsg.h" #include "java/jmsg_process.h" SG_BEGIN_DECL() - typedef struct s_xbt_ctx_java { - XBT_CTX_BASE_T; + typedef struct s_smx_ctx_java { + SMX_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; + } s_smx_ctx_java_t, *smx_ctx_java_t; SG_END_DECL() #endif /* !_XBT_CONTEXT_JAVA_H */