Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this one should be vetoable too
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Tue, 9 Feb 2021 17:22:31 +0000 (18:22 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 15 Feb 2021 20:02:04 +0000 (21:02 +0100)
src/s4u/s4u_Exec.cpp

index 09a5275..7267df2 100644 (file)
@@ -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)