Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Put the different model in the dtd. Permit the xml validation before parsing.
[simgrid.git] / src / instr / instr_routing.c
index 5006b68..e305860 100644 (file)
@@ -186,7 +186,7 @@ static void recursiveGraphExtraction (AS_t rc, container_t container, xbt_dict_t
 /*
  * Callbacks
  */
-static void instr_routing_parse_start_AS (const char*id,const char*routing)
+static void instr_routing_parse_start_AS (const char*id,int routing)
 {
   if (PJ_container_get_root() == NULL){
     PJ_container_alloc ();