From b44da26f4ba2a02d3fa88ed96214f1afa29185ba Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 1 Nov 2011 19:15:30 +0100 Subject: [PATCH] useless simplification --- src/surf/surf_routing.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/surf/surf_routing.c b/src/surf/surf_routing.c index 494eb2f866..9188a557c2 100644 --- 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 */ -static void parse_E_AS_XML(void) +static void parse_E_AS(void) { 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); - 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); -- 2.20.1