Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Clear the 'on_exit' vector when the actor doesn't have to restart.
[simgrid.git] / include / smpi / smpi.h
index 1f19913b0477516c827ee350973c3aa2dd646e9b..4bd628459b588e9a0aa137bf0624a9ecb41d4f5f 100644 (file)
@@ -214,10 +214,7 @@ typedef ptrdiff_t MPI_Aint;
 typedef long long MPI_Offset;
 typedef long long MPI_Count;
 
-struct s_MPI_File;
-typedef struct s_MPI_File *MPI_File;
-
-
+typedef SMPI_File *MPI_File;
 typedef SMPI_Datatype *MPI_Datatype;
 
 typedef struct {