X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/821649e2221068a113b41b8e9c5ac4ba76887772..a9dd3fa12c8d23484e04bc5d28a07d2c3bec8e9d:/src/simix/smx_context_java.h diff --git a/src/simix/smx_context_java.h b/src/simix/smx_context_java.h index f646036108..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 "private.h" +#include "smx_context_private.h" #include "java/jmsg.h" #include "java/jmsg_process.h" SG_BEGIN_DECL() - 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_smx_ctx_java_t, *smx_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 */