Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill dead commented code.
[simgrid.git] / src / gras / rl_stubs.c
index 526b8a9..2a75a5f 100644 (file)
@@ -1,16 +1,15 @@
-/* $Id$ */
-
 /* rl_stubs.c -- empty body of functions used in SG, but harmful in RL       */
 
-/* Copyright (c) 2007 Martin Quinson.                                       */
-/* All rights reserved.                                                     */
+/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team.
+ * 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"
 #include "xbt/sysdep.h"
+#include "simix/simix.h"
 
-void xbt_context_mod_init(void) {}
-   
-void xbt_context_mod_exit(void) {}
+void SIMIX_display_process_status(void)
+{
+}