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

Public GIT Repository
do not use static buffer of log event for headers when switching to dynamic logs...
[simgrid.git] / src / xbt / xbt_context_java.h
index a817ec216e874057171df0283a3705c4f85c76ff..9760e0430bbc1b5b93ecdee3b264c63d43a1d4f0 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _XBT_JCONTEXT_H\r
-#define _XBT_JCONTEXT_H\r
+#ifndef _XBT_CONTEXT_JAVA_H\r
+#define _XBT_CONTEXT_JAVA_H\r
 \r
 #include "portable.h"\r
 #include "xbt/misc.h"\r
 \r
 SG_BEGIN_DECL()\r
 \r
-typedef struct s_xbt_jcontext\r
+typedef struct s_xbt_ctx_java\r
 {\r
        XBT_CTX_BASE_T;\r
        jobject jprocess;                               /* the java process instance binded with the msg process structure                                                      */\r
        JNIEnv* jenv;                                   /* jni interface pointer associated to this thread                                                                                      */\r
-}s_xbt_jcontext_t,* xbt_jcontext_t;\r
+}s_xbt_ctx_java_t,* xbt_ctx_java_t;\r
 \r
 SG_END_DECL()\r
 \r
-#endif /* !_XBT_JCONTEXT_H */\r
+#endif /* !_XBT_CONTEXT_JAVA_H */\r