A
lgorithmique
N
umérique
D
istribuée
Public GIT Repository
projects
/
simgrid.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
useless simplification
[simgrid.git]
/
src
/
surf
/
surf_routing.c
diff --git
a/src/surf/surf_routing.c
b/src/surf/surf_routing.c
index
494eb2f
..
9188a55
100644
(file)
--- a/
src/surf/surf_routing.c
+++ b/
src/surf/surf_routing.c
@@
-524,7
+524,7
@@
void routing_AS_end(const char *AS_id)
/*
* \brief Finish the creation of a new routing component from XML
*/
/*
* \brief Finish the creation of a new routing component from XML
*/
-static void parse_E_AS
_XML
(void)
+static void parse_E_AS(void)
{
routing_AS_end(A_surfxml_AS_id);
}
{
routing_AS_end(A_surfxml_AS_id);
}
@@
-973,7
+973,7
@@
void routing_model_create(size_t size_of_links, void *loopback, double_f_cpvoid_
&parse_E_bypassRoute_store_route);
surfxml_add_callback(STag_surfxml_AS_cb_list, &parse_S_AS);
&parse_E_bypassRoute_store_route);
surfxml_add_callback(STag_surfxml_AS_cb_list, &parse_S_AS);
- surfxml_add_callback(ETag_surfxml_AS_cb_list, &parse_E_AS
_XML
);
+ surfxml_add_callback(ETag_surfxml_AS_cb_list, &parse_E_AS);
surfxml_add_callback(STag_surfxml_cluster_cb_list,
&routing_parse_Scluster);
surfxml_add_callback(STag_surfxml_cluster_cb_list,
&routing_parse_Scluster);