Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge context_start into context_new to simplify the soup
[simgrid.git] / src / simix / smx_context_private.h
index e8b5b6b..47afd85 100644 (file)
@@ -75,7 +75,6 @@ typedef struct s_smx_context_factory {
   smx_pfn_context_kill_t kill;
   smx_pfn_context_schedule_t schedule;
   smx_pfn_context_yield_t yield;
-  smx_pfn_context_start_t start;
   smx_pfn_context_stop_t stop;
   const char *name;
 } s_smx_context_factory_t;
@@ -98,4 +97,4 @@ void SIMIX_ctx_sysv_factory_init(smx_context_factory_t * factory);
 void SIMIX_ctx_java_factory_init(smx_context_factory_t * factory);
 
 SG_END_DECL()
-#endif /* !_XBT_CONTEXT_PRIVATE_H */
\ No newline at end of file
+#endif /* !_XBT_CONTEXT_PRIVATE_H */