X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/75101a48b15eceef19200f3f6381e6f89370d285..b2018541e799348bb66131a39284ea8d4cfc49f9:/include/simgrid/exec.h diff --git a/include/simgrid/exec.h b/include/simgrid/exec.h index 6740397020..119f9460ae 100644 --- a/include/simgrid/exec.h +++ b/include/simgrid/exec.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2018-2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2018-2021. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -7,7 +7,7 @@ #define INCLUDE_SIMGRID_EXEC_H_ #include -#include +#include /* ssize_t */ /* C interface */ SG_BEGIN_DECL @@ -24,8 +24,8 @@ XBT_PUBLIC void sg_exec_cancel(sg_exec_t exec); XBT_PUBLIC int sg_exec_test(sg_exec_t exec); XBT_PUBLIC sg_error_t sg_exec_wait(sg_exec_t exec); XBT_PUBLIC sg_error_t sg_exec_wait_for(sg_exec_t exec, double timeout); -XBT_PUBLIC int sg_exec_wait_any_for(sg_exec_t* execs, size_t count, double timeout); -XBT_PUBLIC int sg_exec_wait_any(sg_exec_t* execs, size_t count); +XBT_PUBLIC ssize_t sg_exec_wait_any_for(sg_exec_t* execs, size_t count, double timeout); +XBT_PUBLIC ssize_t sg_exec_wait_any(sg_exec_t* execs, size_t count); SG_END_DECL