Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reindent (with eclipse)
[simgrid.git] / src / xbt / xbt_context_java.h
index a817ec2..fdbc2ea 100644 (file)
@@ -1,22 +1,20 @@
-#ifndef _XBT_JCONTEXT_H\r
-#define _XBT_JCONTEXT_H\r
-\r
-#include "portable.h"\r
-#include "xbt/misc.h"\r
-\r
-#include "xbt/xbt_context_private.h"\r
-#include "java/jmsg.h"\r
-#include "java/jmsg_process.h"\r
-\r
-SG_BEGIN_DECL()\r
-\r
-typedef struct s_xbt_jcontext\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
-\r
-SG_END_DECL()\r
-\r
-#endif /* !_XBT_JCONTEXT_H */\r
+#ifndef _XBT_CONTEXT_JAVA_H
+#define _XBT_CONTEXT_JAVA_H
+
+#include "portable.h"
+#include "xbt/misc.h"
+
+#include "xbt/xbt_context_private.h"
+#include "java/jmsg.h"
+#include "java/jmsg_process.h"
+
+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;
+
+SG_END_DECL()
+#endif /* !_XBT_CONTEXT_JAVA_H */