Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
d9b8c01d6b403feae3ae68b9b9d6c2e97c17a352
[simgrid.git] / src / include / mc / datatypes.h
1 /*      $Id: datatypes.h 5497 2008-05-26 12:19:15Z cristianrosa $        */
2
3 /* Copyright (c) 2008 Martin Quinson, Cristian Rosa.
4    All rights reserved.                                          */
5
6 /* This program is free software; you can redistribute it and/or modify it
7  * under the terms of the license (GNU LGPL) which comes with this package. */
8
9 #ifndef MC_DATATYPE_H
10 #define MC_DATATYPE_H
11 #include "xbt/misc.h"
12 #include "xbt/swag.h"
13 #include "xbt/fifo.h"
14
15 SG_BEGIN_DECL()
16
17 /******************************* Transitions **********************************/
18 typedef struct s_mc_transition *mc_transition_t;
19
20 SG_END_DECL()
21 #endif                          /* _MC_MC_H */