Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
526b8a9ac60805a80b2d1571b85f6c4f5094ed5b
[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 void xbt_context_mod_init(void) {}
15    
16 void xbt_context_mod_exit(void) {}