X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b5f57417b30b80a7d6bf53ce8e13f4dd184dceb0..e6a0980facd9ad8dbb66e0c7ab2bdf61d2d18825:/include/surf/surfxml.h diff --git a/include/surf/surfxml.h b/include/surf/surfxml.h index e5916cbbe0..0d0cb458a3 100644 --- a/include/surf/surfxml.h +++ b/include/surf/surfxml.h @@ -134,7 +134,7 @@ typedef const char* AT_surfxml_network_link_state_file; /* FleXML-provided data. */ extern const char* surfxml_pcdata; extern AT_surfxml_network_link_bandwidth A_surfxml_network_link_bandwidth; -extern AT_surfxml_process_host A_surfxml_process_host; +extern AT_surfxml_process_host XBT_PUBLIC_DATA A_surfxml_process_host; extern AT_surfxml_network_link_latency_file A_surfxml_network_link_latency_file; extern AT_surfxml_route_impact_on_dst_with_other_send A_surfxml_route_impact_on_dst_with_other_send; extern AT_surfxml_cpu_interference_send_recv A_surfxml_cpu_interference_send_recv; @@ -143,7 +143,7 @@ extern AT_surfxml_platform_description_version A_surfxml_platform_description_ve extern AT_surfxml_route_impact_on_src_with_other_recv A_surfxml_route_impact_on_src_with_other_recv; extern AT_surfxml_route_element_name A_surfxml_route_element_name; extern AT_surfxml_process_start_time A_surfxml_process_start_time; -extern AT_surfxml_process_function A_surfxml_process_function; +extern AT_surfxml_process_function XBT_PUBLIC_DATA A_surfxml_process_function; extern AT_surfxml_cpu_state A_surfxml_cpu_state; extern AT_surfxml_cpu_interference_send A_surfxml_cpu_interference_send; extern AT_surfxml_network_link_bandwidth_file A_surfxml_network_link_bandwidth_file; @@ -151,7 +151,7 @@ extern AT_surfxml_cpu_name A_surfxml_cpu_name; extern AT_surfxml_process_kill_time A_surfxml_process_kill_time; extern AT_surfxml_network_link_state A_surfxml_network_link_state; extern AT_surfxml_cpu_availability_file A_surfxml_cpu_availability_file; -extern AT_surfxml_argument_value A_surfxml_argument_value; +extern AT_surfxml_argument_value XBT_PUBLIC_DATA A_surfxml_argument_value; extern AT_surfxml_route_src A_surfxml_route_src; extern AT_surfxml_route_impact_on_src A_surfxml_route_impact_on_src; extern AT_surfxml_cpu_max_outgoing_rate A_surfxml_cpu_max_outgoing_rate;