X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2c69087d11c54eee924f6870373883d6aa9ff228..4e5def63badcab36ae4c7b58645aa0a65ce4e0d0:/src/simix/smx_host_private.h diff --git a/src/simix/smx_host_private.h b/src/simix/smx_host_private.h index 849278752a..f9c58eb9b0 100644 --- a/src/simix/smx_host_private.h +++ b/src/simix/smx_host_private.h @@ -72,9 +72,8 @@ void SIMIX_host_execution_suspend(smx_synchro_t synchro); void SIMIX_host_execution_resume(smx_synchro_t synchro); void SIMIX_post_host_execute(smx_synchro_t synchro); -#ifdef HAVE_TRACING void SIMIX_set_category(smx_synchro_t synchro, const char *category); -#endif + /* vm related stuff */ smx_host_t SIMIX_vm_create(const char *name, smx_host_t ind_phys_host); @@ -103,6 +102,8 @@ void SIMIX_vm_set_bound(smx_host_t ind_vm, double bound); void SIMIX_vm_set_affinity(smx_host_t ind_vm, smx_host_t ind_pm, unsigned long mask); +void SIMIX_vm_migratefrom_resumeto(smx_host_t vm, smx_host_t src_pm, smx_host_t dst_pm); + void SIMIX_host_get_params(smx_host_t ind_vm, ws_params_t params); void SIMIX_host_set_params(smx_host_t ind_vm, ws_params_t params);