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 28e1be2..0ac2202 100644 (file)
@@ -33,15 +33,12 @@ SG_BEGIN_DECL()
 
 
 /* ******************************** Syncro ************************************ */
-
      typedef struct s_smx_mutex *smx_mutex_t;
      typedef struct s_smx_cond *smx_cond_t;
 
-
 /********************************** Action *************************************/
      typedef struct s_smx_action *smx_action_t;
 
-
 /* ****************************** Process *********************************** */
 /** @brief Agent datatype  
     @ingroup m_datatypes_management 
@@ -53,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