X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/21b97caf3d5c7cefcf6ec9bcfbb8e866d1b8f465..15b64b5edc827167522ab08cf9efd17cf1b69830:/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 a374e02da6..673c8109b3 100644 --- a/src/include/surf/surfxml_parse_values.h +++ b/src/include/surf/surfxml_parse_values.h @@ -66,7 +66,7 @@ typedef struct s_hostSG { tmgr_trace_t V_host_power_trace; //availability file e_surf_resource_state_t V_host_state_initial; //state tmgr_trace_t V_host_state_trace; //state file - char* V_host_coord; + const char* V_host_coord; } s_hostSG_t; extern hostSG_t struct_host; @@ -75,4 +75,8 @@ extern cluster_t struct_cluster; extern peer_t struct_peer; extern link_t struct_lnk; +void STag_surfxml_host_cluster(void); +void STag_surfxml_link_cluster(void); + + #endif /* SURFXML_PARSE_VALUES_H_ */