Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
adding very hacked together and inefficient implementation of mpi_comm_world.
[simgrid.git] / src / java / jxbt_context.h
index 0797a9e..99f90cb 100644 (file)
 
 SG_BEGIN_DECL()
 
+
+/* pointers to schedule and unschedule functions */
+typedef void (*pfn_schedule_t)(xbt_context_t);
+typedef pfn_schedule_t pfn_unschedule_t;
+
 /**
  * This function gets the context of a java process instance.
  *