Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename xbt/xbt_context.h to xbt/context.h, and add src/include/xbt/context.h to the...
[simgrid.git] / src / java / jmsg_process.h
index 0971301..85bb943 100644 (file)
@@ -15,6 +15,7 @@
 
 #include <jni.h>
 #include "msg/msg.h"
 
 #include <jni.h>
 #include "msg/msg.h"
+#include "xbt/context.h"
 
 /**
  * This function returns a global reference to the  java process instance 
 
 /**
  * This function returns a global reference to the  java process instance 
@@ -253,5 +254,11 @@ jprocess_signal_cond(jobject jprocess,JNIEnv* env);
 void
 jprocess_wait_cond(jobject jprocess,JNIEnv* env);
 
 void
 jprocess_wait_cond(jobject jprocess,JNIEnv* env);
 
+void
+jprocess_schedule(xbt_context_t context);
+
+void
+jprocess_unschedule(xbt_context_t context);
+
 
 #endif /* !MSG_JPROCESS_H */
 
 #endif /* !MSG_JPROCESS_H */