Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused typedefs.
[simgrid.git] / src / smpi / include / smpi_datatype.hpp
index 2453f10..e96134e 100644 (file)
@@ -103,6 +103,7 @@ public:
   void commit();
   bool is_valid();
   bool is_basic();
+  bool is_replayable();
   void addflag(int flag);
   int extent(MPI_Aint* lb, MPI_Aint* extent);
   MPI_Aint get_extent();