X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/17e2ecb241a23400dab096057ed1fe5cc08cffb1:/src/instr/instr_paje.c..3184c55b2014ec8952b63bdd1f80a97563b30a1d:/src/instr/instr_paje_containers.c?ds=sidebyside diff --git a/src/instr/instr_paje.c b/src/instr/instr_paje_containers.c similarity index 98% rename from src/instr/instr_paje.c rename to src/instr/instr_paje_containers.c index dee02034c3..ea253ca1fb 100644 --- a/src/instr/instr_paje.c +++ b/src/instr/instr_paje_containers.c @@ -8,7 +8,7 @@ #ifdef HAVE_TRACING -XBT_LOG_NEW_DEFAULT_SUBCATEGORY (instr_paje, instr, "Paje tracing event system (data structures)"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY (instr_paje_containers, instr, "Paje tracing event system (containers)"); static container_t rootContainer = NULL; /* the root container */ static xbt_dict_t allContainers = NULL; /* all created containers indexed by name */