Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Added #include private.hpp statements
[simgrid.git] / src / smpi / instr_smpi.cpp
index 1141a22..2618f2d 100644 (file)
@@ -5,6 +5,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "private.h"
+#include "private.hpp"
 #include <ctype.h>
 #include <wchar.h>
 #include <stdarg.h>
@@ -82,7 +83,7 @@ static const char *instr_find_color (const char *state)
   return ret;
 }
 
-static char *smpi_container(int rank, char *container, int n)
+XBT_PRIVATE char *smpi_container(int rank, char *container, int n)
 {
   snprintf(container, n, "rank-%d", rank);
   return container;