Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mv include/xbt/context.h src/include/xbt/context.h since users shouldn't mess with it
[simgrid.git] / src / gras / RL / gras_rl.c
index 606a6f8..1e4528d 100644 (file)
@@ -1,8 +1,9 @@
 /* $Id$ */
 
-/* gras_rl - implementation of GRAS on real life                            */
+/* gras_rl - legacy implementation of GRAS on real life                     */
+/* This file should be KILLED whenever the raw sockets work in the new gras */
 
-/* Copyright (c) 2004 Martin Quinson. All rights reserved.                  */
+/* Copyright (c) 2003 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. */
@@ -25,7 +26,7 @@
 #include "timeouts.h"
 #include "protocol.h"
 
-XBT_LOG_NEW_DEFAULT_CATEGORY(rl,"Real Life");
+/* XBT_LOG_NEW_DEFAULT_CATEGORY(rl,"Real Life");  Comment this to make sure it doesn't land into the documentation*/
                              
 /* globals */
 static grasProcessData_t *_grasProcessData;