Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make the rest of trace:connect private to the XML parsing
[simgrid.git] / src / surf / surf_interface.hpp
index ebbf7a8..1635966 100644 (file)
@@ -71,9 +71,6 @@ enum heap_action_type{
  *********/
 /* For the trace and trace:connect tag (store their content till the end of the parsing) */
 XBT_PUBLIC_DATA(xbt_dict_t) traces_set_list;
-XBT_PUBLIC_DATA(xbt_dict_t) trace_connect_list_link_avail;
-XBT_PUBLIC_DATA(xbt_dict_t) trace_connect_list_link_bw;
-XBT_PUBLIC_DATA(xbt_dict_t) trace_connect_list_link_lat;
 
 /**********
  * Action *