Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Empty body of the context module init/exit functions since they are not defined elsew...
[simgrid.git] / src / gras / rl_gras.c
1 /* $Id$ */
2
3 /* rl_gras.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
13 void xbt_context_init(void) {}
14    
15 void xbt_context_exit(void) {}