Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reduce the coupling between java bindings and main lib. Core of issues, SIMIX_context...
[simgrid.git] / src / simix / smx_context_java.h
index 5062715..a60ae04 100644 (file)
@@ -21,6 +21,7 @@ typedef struct s_smx_ctx_java {
   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;
+void SIMIX_ctx_java_factory_init(smx_context_factory_t * factory);
 
 SG_END_DECL()
 #endif                          /* !_XBT_CONTEXT_JAVA_H */