Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
merge changes. Strange, it seems to ate pierre commit
[simgrid.git] / src / include / mc / datatypes.h
index 7009022..d9b8c01 100644 (file)
 SG_BEGIN_DECL()
 
 /******************************* Transitions **********************************/
-typedef enum {
-  mc_isend,
-  mc_irecv,
-  mc_test,
-  mc_wait,
-  mc_waitany
-} mc_trans_type_t;
-
 typedef struct s_mc_transition *mc_transition_t;
 
 SG_END_DECL()
-
-#endif /* _MC_MC_H */
+#endif                          /* _MC_MC_H */