Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Regenerate with newest flex, so that new gcc paranoia get dealt with
[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
14 XBT_LOG_EXTERNAL_CATEGORY(xbt);
15 XBT_LOG_EXTERNAL_CATEGORY(xbt_sync_rl);
16 XBT_LOG_EXTERNAL_CATEGORY(gras_trp);
17 XBT_LOG_EXTERNAL_CATEGORY(gras_trp_file);
18 XBT_LOG_EXTERNAL_CATEGORY(gras_trp_tcp);
19
20 void xbt_context_mod_init(void) {
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) {}