X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0a81e5948b65da4daf48092b883b7d43f58e3160..c7f3c30ef936dacf568b44009d3948c8dc64228c:/src/surf/network_vivaldi.c diff --git a/src/surf/network_vivaldi.c b/src/surf/network_vivaldi.c index a3b5294a79..3be1d3172a 100644 --- a/src/surf/network_vivaldi.c +++ b/src/surf/network_vivaldi.c @@ -1,6 +1,5 @@ -/* $Id$ */ - -/* Copyright (c) 2004 Arnaud Legrand. All rights reserved. */ +/* Copyright (c) 2010. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -217,7 +216,7 @@ static void netviva_parse_host(void) { coord->h = atof(xbt_dynar_get_as(ctn, 2, char*)); #ifdef HAVE_TRACING - TRACE_surf_vivaldi_parse_host (A_surfxml_host_id, coord->x, coord->y, coord->h); + TRACE_surf_host_vivaldi_parse (A_surfxml_host_id, coord->x, coord->y, coord->h); #endif xbt_dynar_free(&ctn);