Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move surf::As to s4u::As
[simgrid.git] / src / include / surf / datatypes.h
1 /* Copyright (c) 2009-2014. The SimGrid Team.
2  * All rights reserved.                                                     */
3
4 /* This program is free software; you can redistribute it and/or modify it
5  * under the terms of the license (GNU LGPL) which comes with this package. */
6
7 #ifndef MAXMIN_DATATYPES_H
8 #define MAXMIN_DATATYPES_H
9
10 typedef struct surf_storage *surf_storage_t;
11 typedef struct surf_stat *surf_stat_t;
12
13 typedef struct lmm_element *lmm_element_t;
14 typedef struct lmm_variable *lmm_variable_t;
15 typedef struct lmm_constraint *lmm_constraint_t;
16 typedef struct lmm_constraint_light *lmm_constraint_light_t;
17 typedef struct lmm_system *lmm_system_t;
18
19 typedef struct tmgr_trace_iterator *tmgr_trace_iterator_t;
20
21
22 #endif                          /* MAXMIN_DATATYPES_H */