X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eb08fb3c624342be6f198555c0ebb0d847c65d65..6c98d311c94b09a185a36f90f7a4a56a6a70298a:/include/simgrid/simix.h?ds=sidebyside diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index 2e69f6ab94..cf9e3e0afa 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -191,7 +191,7 @@ SG_END_DECL /***************************** Io **************************************/ #ifdef __cplusplus -XBT_PUBLIC e_smx_state_t simcall_io_wait(const smx_activity_t& io); +XBT_PUBLIC e_smx_state_t simcall_io_wait(const smx_activity_t& io, double timeout); #endif /************************** MC simcalls **********************************/ SG_BEGIN_DECL