X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/682eb8ce658cd1cafc772d2f62b6fb9430471b81..5d92a76d54f0104f9ed747a1c89363806e5d4ac4:/src/gras/rl_stubs.c diff --git a/src/gras/rl_stubs.c b/src/gras/rl_stubs.c index 6123585100..6f46445694 100644 --- a/src/gras/rl_stubs.c +++ b/src/gras/rl_stubs.c @@ -10,6 +10,7 @@ #include "xbt_modinter.h" #include "xbt/sysdep.h" +#include "simix/simix.h" XBT_LOG_EXTERNAL_CATEGORY(xbt); XBT_LOG_EXTERNAL_CATEGORY(xbt_sync_rl); @@ -17,10 +18,17 @@ XBT_LOG_EXTERNAL_CATEGORY(gras_trp); XBT_LOG_EXTERNAL_CATEGORY(gras_trp_file); XBT_LOG_EXTERNAL_CATEGORY(gras_trp_tcp); -void xbt_context_mod_init(void) { +/*void xbt_context_mod_init(void) +{ XBT_LOG_CONNECT(xbt_sync_rl, xbt); XBT_LOG_CONNECT(gras_trp_file, gras_trp); - XBT_LOG_CONNECT(gras_trp_tcp, gras_trp); + XBT_LOG_CONNECT(gras_trp_tcp, gras_trp); +}*/ + +/*void xbt_context_mod_exit(void) +{ +}*/ + +void SIMIX_display_process_status(void) +{ } - -void xbt_context_mod_exit(void) {}