X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/07c319ec54d6fc778ee3cc5e75a747242006723e..393aed92a730d963105cbd41c9c90ee2d74e0fa5:/src/simix/host_private.h diff --git a/src/simix/host_private.h b/src/simix/host_private.h index 63041a1838..ad5332d9a3 100644 --- a/src/simix/host_private.h +++ b/src/simix/host_private.h @@ -44,5 +44,9 @@ void SIMIX_host_execution_resume(smx_action_t action); void SIMIX_post_host_execute(smx_action_t action); +#ifdef HAVE_TRACING +void SIMIX_set_category(smx_action_t action, const char *category); +#endif + #endif