X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c5ad8ca1a68bbaa9152471c8d0eeb99d762f0d86..e51ea751d20f2437b9b350a3bab1db3c257fb54f:/src/simix/smx_process_private.h diff --git a/src/simix/smx_process_private.h b/src/simix/smx_process_private.h index bdf84df980..1099ccaa23 100644 --- a/src/simix/smx_process_private.h +++ b/src/simix/smx_process_private.h @@ -68,7 +68,7 @@ void SIMIX_process_change_host(smx_process_t process, smx_host_t dest); void SIMIX_pre_process_change_host(smx_process_t process, smx_host_t host); void SIMIX_pre_process_suspend(smx_simcall_t simcall); -void SIMIX_process_suspend(smx_process_t process, smx_process_t issuer); +smx_action_t SIMIX_process_suspend(smx_process_t process, smx_process_t issuer); void SIMIX_process_resume(smx_process_t process, smx_process_t issuer); void* SIMIX_process_get_data(smx_process_t process); void SIMIX_process_set_data(smx_process_t process, void *data);