Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SIMIX_io_destroy is ~IoImpl
[simgrid.git] / src / kernel / activity / IoImpl.cpp
index 7c17090..abcc7f8 100644 (file)
@@ -64,6 +64,8 @@ void simgrid::kernel::activity::IoImpl::post()
       THROW_IMPOSSIBLE;
       break;
   }
+  on_completion(this);
+
   SIMIX_io_finish(this);
 }
 /*************