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...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 9 Mar 2007 16:44:08 +0000 (16:44 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 9 Mar 2007 16:44:08 +0000 (16:44 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3229 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/gras/rl_gras.c [new file with mode: 0644]

diff --git a/src/gras/rl_gras.c b/src/gras/rl_gras.c
new file mode 100644 (file)
index 0000000..f61edd5
--- /dev/null
@@ -0,0 +1,15 @@
+/* $Id$ */
+
+/* rl_gras.c -- empty body of functions used in SG, but harmful in RL       */
+
+/* Copyright (c) 2007 Martin Quinson.                                       */
+/* All rights reserved.                                                     */
+
+/* This program is free software; you can redistribute it and/or modify it
+ * under the terms of the license (GNU LGPL) which comes with this package. */
+
+#include "xbt_modinter.h"
+
+void xbt_context_init(void) {}
+   
+void xbt_context_exit(void) {}