Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add V_cluster_availability_file and V_cluster_state_file to struct for cluster.
[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 XBT_LOG_EXTERNAL_CATEGORY(xbt);
14 XBT_LOG_EXTERNAL_CATEGORY(xbt_sync_rl);
15 XBT_LOG_EXTERNAL_CATEGORY(gras_trp);
16 XBT_LOG_EXTERNAL_CATEGORY(gras_trp_file);
17 XBT_LOG_EXTERNAL_CATEGORY(gras_trp_tcp);
18
19 /*void xbt_context_mod_init(void)
20 {
21   XBT_LOG_CONNECT(xbt_sync_rl, xbt);
22   XBT_LOG_CONNECT(gras_trp_file, gras_trp);
23   XBT_LOG_CONNECT(gras_trp_tcp, gras_trp);
24 }*/
25
26 /*void xbt_context_mod_exit(void)
27 {
28 }*/
29
30 void SIMIX_display_process_status(void)
31 {
32 }