Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill MSG_WARNING and MSG_FATAL return codes
[simgrid.git] / src / simix / smx_context_java.h
index f646036..5e8e8ab 100644 (file)
 
 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 */