From 6256efe1a6d27beb24d840762de7792dd5f9b9c6 Mon Sep 17 00:00:00 2001 From: Navarrop Date: Thu, 13 Oct 2011 14:59:21 +0200 Subject: [PATCH] Add host core to "1.0" for tag peer. --- src/surf/surf_routing.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/surf/surf_routing.c b/src/surf/surf_routing.c index 8fb18e696f..6f6e69504d 100644 --- a/src/surf/surf_routing.c +++ b/src/surf/surf_routing.c @@ -1931,6 +1931,7 @@ static void routing_parse_Speer(void) SURFXML_BUFFER_SET(host_availability_file, peer_availability_file); SURFXML_BUFFER_SET(host_state_file, peer_state_file); SURFXML_BUFFER_SET(host_coordinates, ""); + SURFXML_BUFFER_SET(host_core, "1.0"); SURFXML_START_TAG(host); SURFXML_END_TAG(host); -- 2.20.1