X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4b754cbe4ec669846baeee13c6362184019c5bbd..4a201b7ceece70d2bc461ac48c8b746a36d07243:/src/gras/rl_stubs.c diff --git a/src/gras/rl_stubs.c b/src/gras/rl_stubs.c index f9474fe6e6..abd923824f 100644 --- a/src/gras/rl_stubs.c +++ b/src/gras/rl_stubs.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* rl_stubs.c -- empty body of functions used in SG, but harmful in RL */ /* Copyright (c) 2007 Martin Quinson. */ @@ -10,7 +8,25 @@ #include "xbt_modinter.h" #include "xbt/sysdep.h" +#include "simix/simix.h" + +XBT_LOG_EXTERNAL_CATEGORY(xbt); +XBT_LOG_EXTERNAL_CATEGORY(xbt_sync_rl); +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) +{ + XBT_LOG_CONNECT(xbt_sync_rl, xbt); + XBT_LOG_CONNECT(gras_trp_file, gras_trp); + XBT_LOG_CONNECT(gras_trp_tcp, gras_trp); +}*/ + +/*void xbt_context_mod_exit(void) +{ +}*/ -void xbt_context_init(void) {} - -void xbt_context_exit(void) {} +void SIMIX_display_process_status(void) +{ +}