Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ops, there is some more s_host fields around
[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.
  *