From f1a8552a42735c41d109bb458835a17976baed9c Mon Sep 17 00:00:00 2001 From: mquinson Date: Mon, 6 Aug 2007 11:36:46 +0000 Subject: [PATCH] Fix windows build (don't ask why this helps) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3979 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/smpi/smpi_base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smpi/smpi_base.c b/src/smpi/smpi_base.c index c2d0939011..1972895d0d 100644 --- a/src/smpi/smpi_base.c +++ b/src/smpi/smpi_base.c @@ -8,7 +8,7 @@ SMPI_Global_t smpi_global = NULL; SMPI_MPI_Global_t smpi_mpi_global = NULL; -XBT_LOG_NEW_DEFAULT_CATEGORY(smpi, "SMPI"); +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(smpi,XBT_LOG_ROOT_CAT, "All SMPI categories (see \ref SMPI_API)"); int inline smpi_mpi_comm_size(smpi_mpi_communicator_t *comm) { -- 2.20.1