Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Define overridable Activity::complete() to be called on activity completion.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 21 Apr 2021 07:57:56 +0000 (09:57 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 22 Apr 2021 08:07:32 +0000 (10:07 +0200)
commitdce8c146731172cb67825c72a11f92e2485efabd
treecb4f2bc1c2fab988bbaaafd619e8c399bf71eab0
parentb829c7e07e976db8ce89a3599218dfdb24bf2379
Define overridable Activity::complete() to be called on activity completion.

This adds some assignments of State::FINISHED, but it looks like they were
previously forgotten.  No test is broken.
include/simgrid/s4u/Activity.hpp
include/simgrid/s4u/Comm.hpp
include/simgrid/s4u/Exec.hpp
include/simgrid/s4u/Io.hpp
src/s4u/s4u_Activity.cpp
src/s4u/s4u_Comm.cpp
src/s4u/s4u_Exec.cpp
src/s4u/s4u_Io.cpp