X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bd2cf2d478d8e130e47a9b2943af0269b8da910a..e99158dd85fe789ea5e1a40c29f196fa6c715bcf:/src/include/surf/surfxml_parse_values.h diff --git a/src/include/surf/surfxml_parse_values.h b/src/include/surf/surfxml_parse_values.h index ae8eeb104a..3d6db8b3f5 100644 --- a/src/include/surf/surfxml_parse_values.h +++ b/src/include/surf/surfxml_parse_values.h @@ -1,51 +1,17 @@ -/* Copyright (c) 2011. The SimGrid Team. +/* Copyright (c) 2011-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - * under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef SURFXML_PARSE_VALUES_H_ #define SURFXML_PARSE_VALUES_H_ -typedef struct s_surf_parsing_peer_arg *surf_parsing_peer_arg_t; -typedef struct s_surf_parsing_peer_arg { - char* V_peer_id; - char* V_peer_power; - char* V_peer_bw_in; - char* V_peer_bw_out; - char* V_peer_lat; - char* V_peer_coord; - char* V_peer_availability_trace; - char* V_peer_state_trace; -} s_surf_parsing_peer_arg_t; - -typedef struct s_surf_parsing_cluster_arg *surf_parsing_cluster_arg_t; -typedef struct s_surf_parsing_cluster_arg { - char* V_cluster_id; - char* V_cluster_prefix; - char* V_cluster_suffix; - char* V_cluster_radical; - double S_cluster_power; - int S_cluster_core; - double S_cluster_bw; - double S_cluster_lat; - double S_cluster_bb_bw; - double S_cluster_bb_lat; - char* S_cluster_router_id; - int V_cluster_sharing_policy; - int V_cluster_bb_sharing_policy; - char* V_cluster_availability_file; - char* V_cluster_state_file; -} s_surf_parsing_cluster_arg_t; typedef struct s_surf_parsing_link_up_down *surf_parsing_link_up_down_t; typedef struct s_surf_parsing_link_up_down { - void* link_up; - void* link_down; + void* link_up; + void* link_down; } s_surf_parsing_link_up_down_t; - -extern surf_parsing_cluster_arg_t struct_cluster; -extern surf_parsing_peer_arg_t struct_peer; - #endif /* SURFXML_PARSE_VALUES_H_ */