Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove useless use of XBT_LOG_EXTERNAL_CATEGORY.
[simgrid.git] / src / gras / rl_stubs.c
1 /* rl_stubs.c -- empty body of functions used in SG, but harmful in RL       */
2
3 /* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team.
4  * All rights reserved.                                                     */
5
6 /* This program is free software; you can redistribute it and/or modify it
7  * under the terms of the license (GNU LGPL) which comes with this package. */
8
9 #include "xbt_modinter.h"
10 #include "xbt/sysdep.h"
11 #include "simix/simix.h"
12
13 /*void xbt_context_mod_init(void)
14 {
15   XBT_LOG_CONNECT(xbt_sync_rl, xbt);
16   XBT_LOG_CONNECT(gras_trp_file, gras_trp);
17   XBT_LOG_CONNECT(gras_trp_tcp, gras_trp);
18 }*/
19
20 /*void xbt_context_mod_exit(void)
21 {
22 }*/
23
24 void SIMIX_display_process_status(void)
25 {
26 }