X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2c69087d11c54eee924f6870373883d6aa9ff228..9932a0c0d2c44e34633c97a827b2b04d615cb4e9:/src/simix/smx_host_private.h diff --git a/src/simix/smx_host_private.h b/src/simix/smx_host_private.h index 849278752a..d267baa251 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);