From: Navarrop Date: Thu, 13 Oct 2011 12:59:21 +0000 (+0200) Subject: Add host core to "1.0" for tag peer. X-Git-Tag: exp_20120216~558^2~11^2~3 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6256efe1a6d27beb24d840762de7792dd5f9b9c6?hp=c6d533c9cc016b1efb935af6b8407a94f3e65a30 Add host core to "1.0" for tag peer. --- 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);