Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing XBT_PUBLIC.
[simgrid.git] / include / smpi / smpi.h
index 4ef2ae6..e9fa18d 100644 (file)
@@ -215,6 +215,7 @@ typedef struct {
   int MPI_TAG;
   int MPI_ERROR;
   int count;
+  int cancelled;
 } MPI_Status;
 
 typedef SMPI_Win* MPI_Win;