From: Frederic Suter Date: Tue, 9 Feb 2021 17:22:31 +0000 (+0100) Subject: this one should be vetoable too X-Git-Tag: v3.27~390 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1a5f5ca0382afed749d4b1d15f6d528ddcd46135 this one should be vetoable too --- diff --git a/src/s4u/s4u_Exec.cpp b/src/s4u/s4u_Exec.cpp index 09a52752ea..7267df2567 100644 --- a/src/s4u/s4u_Exec.cpp +++ b/src/s4u/s4u_Exec.cpp @@ -269,7 +269,7 @@ double sg_exec_get_remaining_ratio(const_sg_exec_t exec) void sg_exec_start(sg_exec_t exec) { - exec->start(); + exec->vetoable_start(); } void sg_exec_cancel(sg_exec_t exec)