X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8bcc1dbe28f658ea786ba234a679601edd30758a..301989b17111d6a39df60385a4c2e73fcff8cd86:/src/include/smpi/smpi_interface.h diff --git a/src/include/smpi/smpi_interface.h b/src/include/smpi/smpi_interface.h index 7b37c8e785..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 */ @@ -123,4 +123,6 @@ 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 */