Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
these symbols had multiple definitions 5mn ago, and now, they are not defined anymore...
[simgrid.git] / src / surf / surfxml_parse.c
index 7fd132a..0afe41f 100644 (file)
@@ -17,6 +17,11 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_parse, surf,
 #undef CLEANUP
 #include "surfxml.c"
 
+/* Initialize the parsing globals */
+int route_action = 0;
+xbt_dict_t traces_set_list = NULL;
+xbt_dynar_t traces_connect_list = NULL;
+
 /* This buffer is used to store the original buffer before substituing it by out own buffer. Usefull for the foreach tag */
 char* old_buff;
 /* Stores the set name reffered to by the foreach tag */