X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fa222c38f9b796be07ab4351ffc810a61a8fd705..36ed9bb3db4df8293627b73fc83b6250b1026af1:/src/include/smpi/smpi_interface.h diff --git a/src/include/smpi/smpi_interface.h b/src/include/smpi/smpi_interface.h index 25845ca8e1..d139ada9df 100644 --- a/src/include/smpi/smpi_interface.h +++ b/src/include/smpi/smpi_interface.h @@ -8,7 +8,7 @@ #define _SMPI_INTERFACE_H #include "smpi/smpi.h" - +SG_BEGIN_DECL() /** \brief MPI collective description */ @@ -119,8 +119,10 @@ XBT_PUBLIC(int) find_coll_description(s_mpi_coll_description_t * table, char *name, const char *desc); -extern double smpi_wtime_sleep; -extern double smpi_iprobe_sleep; -extern double smpi_test_sleep; +extern XBT_PRIVATE double smpi_wtime_sleep; +extern XBT_PRIVATE double smpi_iprobe_sleep; +extern XBT_PRIVATE double smpi_test_sleep; + +SG_END_DECL() #endif /* _SMPI_INTERFAC_H */