From: mquinson Date: Mon, 6 Aug 2007 11:36:46 +0000 (+0000) Subject: Fix windows build (don't ask why this helps) X-Git-Tag: v3.3~1381 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f1a8552a42735c41d109bb458835a17976baed9c?ds=sidebyside 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 --- 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) {