Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixed the java's context interface to build with the context module layout [Cristian]
[simgrid.git] / src / include / simix / datatypes.h
index 859727e..0ac2202 100644 (file)
@@ -50,5 +50,6 @@ SG_BEGIN_DECL()
      typedef struct s_smx_process *smx_process_t;
 /** @} */
 
+     typedef struct s_smx_context *smx_context_t;
 SG_END_DECL()
 #endif