X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/42ad1e118f005d56af6f9e87d7ecec75bb311108..ba58c8b937ee08fc2b46be62a50b0b3ff0b0104f:/src/simix/smx_context_java.h?ds=sidebyside diff --git a/src/simix/smx_context_java.h b/src/simix/smx_context_java.h index 7c7531549f..b43ab358e5 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 "smx_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; +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_java_t, *smx_ctx_java_t; SG_END_DECL() #endif /* !_XBT_CONTEXT_JAVA_H */