]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/include/smpi_request.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Also check that the i/o operation didn't fail.
[simgrid.git] / src / smpi / include / smpi_request.hpp
index 902a8921c948fefde10122678145a8f346f997f8..7196af7eb1aa70c86a15ff05d55ab72d3146185d 100644 (file)
@@ -41,7 +41,7 @@ class Request : public F2C {
   bool truncated_;
   size_t real_size_;
   MPI_Comm comm_;
-  smx_activity_t action_;
+  simgrid::kernel::activity::ActivityImplPtr action_;
   unsigned flags_;
   bool detached_;
   MPI_Request detached_sender_;