Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new tracing mask TRACE_VOLUME to trace the msg tasks communication size and group...
[simgrid.git] / src / gras / rl_stubs.c
1 /* $Id$ */
2
3 /* rl_stubs.c -- empty body of functions used in SG, but harmful in RL       */
4
5 /* Copyright (c) 2007 Martin Quinson.                                       */
6 /* All rights reserved.                                                     */
7
8 /* This program is free software; you can redistribute it and/or modify it
9  * under the terms of the license (GNU LGPL) which comes with this package. */
10
11 #include "xbt_modinter.h"
12 #include "xbt/sysdep.h"
13 #include "simix/simix.h"
14
15 XBT_LOG_EXTERNAL_CATEGORY(xbt);
16 XBT_LOG_EXTERNAL_CATEGORY(xbt_sync_rl);
17 XBT_LOG_EXTERNAL_CATEGORY(gras_trp);
18 XBT_LOG_EXTERNAL_CATEGORY(gras_trp_file);
19 XBT_LOG_EXTERNAL_CATEGORY(gras_trp_tcp);
20
21 /*void xbt_context_mod_init(void)
22 {
23   XBT_LOG_CONNECT(xbt_sync_rl, xbt);
24   XBT_LOG_CONNECT(gras_trp_file, gras_trp);
25   XBT_LOG_CONNECT(gras_trp_tcp, gras_trp);
26 }*/
27
28 /*void xbt_context_mod_exit(void)
29 {
30 }*/
31
32 void SIMIX_display_process_status(void)
33 {
34 }