Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups: there is no random in the platforms since a while
[simgrid.git] / src / include / smpi / smpi_interface.h
index 7b37c8e..d139ada 100644 (file)
@@ -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 */