X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0ffc37686edcc803601f76ab51fdfed5fc2f241..3dbeba193df2e406bd9eff5be73c8bce0db0185e:/src/surf/instr_surf.c diff --git a/src/surf/instr_surf.c b/src/surf/instr_surf.c index 71e63b47ef..445ffb00ba 100644 --- a/src/surf/instr_surf.c +++ b/src/surf/instr_surf.c @@ -1,14 +1,11 @@ -/* Copyright (c) 2010, 2012. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. 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. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include "instr/instr_private.h" #include "surf/surf_private.h" -//FIXME:#include "surf/network_gtnets_private.h" - -#ifdef HAVE_TRACING XBT_LOG_NEW_DEFAULT_SUBCATEGORY(instr_surf, instr, "Tracing Surf"); @@ -57,6 +54,5 @@ void TRACE_surf_action(surf_action_t surf_action, const char *category) if (!category) return; - surf_action_set_category(surf_action, xbt_strdup(category)); + surf_action_set_category(surf_action, category); } -#endif /* HAVE_TRACING */