]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/xbt_context_java.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bug fix by Louis-Claude: do not fail miserably when standard deviation is 0 (plus...
[simgrid.git] / src / xbt / xbt_context_java.h
index 7c7531549f63b4682c272fbea89b1616f4b57483..fdbc2eace1deb607d6b66abb5d20dae1598fbe96 100644 (file)
 
 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_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;
 
 SG_END_DECL()
 #endif /* !_XBT_CONTEXT_JAVA_H */