Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / src / include / surf / surfxml_parse_values.h
1 /* Copyright (c) 2011-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 SURFXML_PARSE_VALUES_H_
8 #define SURFXML_PARSE_VALUES_H_
9
10
11 typedef struct s_surf_parsing_link_up_down *surf_parsing_link_up_down_t;
12 typedef struct s_surf_parsing_link_up_down {
13   void* link_up;
14   void* link_down;
15 } s_surf_parsing_link_up_down_t;
16
17 #endif /* SURFXML_PARSE_VALUES_H_ */