X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5873e2ce9c66711a168e9b419f0d1b6384ce1ffa..2365d7b12787079bebea3da822e8ee3e8b3f08db:/src/gras/rl_stubs.c diff --git a/src/gras/rl_stubs.c b/src/gras/rl_stubs.c index 526b8a9ac6..fd3ad94fa1 100644 --- a/src/gras/rl_stubs.c +++ b/src/gras/rl_stubs.c @@ -1,16 +1,32 @@ -/* $Id$ */ - /* rl_stubs.c -- empty body of functions used in SG, but harmful in RL */ -/* Copyright (c) 2007 Martin Quinson. */ -/* All rights reserved. */ +/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. + * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ #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_mod_init(void) {} - -void xbt_context_mod_exit(void) {} +void SIMIX_display_process_status(void) +{ +}