Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix (c) dates; make clear this is deprecated code
[simgrid.git] / src / gras / RL / gras_rl.h
index 34d27af..a0be920 100644 (file)
@@ -1,12 +1,12 @@
 /* $Id$ */
 
-/* gras_rl.h - private interface for GRAS when on real life                 */
+/* gras_rl.h - private interface for legacy GRAS when on real life          */
+/* This file should be KILLED whenever the raw sockets work in the new gras */
 
-/* Authors: Martin Quinson                                                  */
-/* Copyright (C) 2003 the OURAGAN project.                                  */
+/* 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. */
* under the terms of the license (GNU LGPL) which comes with this package. */
 
 #ifndef GRAS_RL_H
 #define GRAS_RL_H
@@ -113,7 +113,7 @@ grasDataRecv( gras_sock_t *sd,
  *
  * Send a sequence of data across the network
  */
-gras_error_t
+xbt_error_t
 grasDataSend(gras_sock_t *sd,
             const void *data,
             const DataDescriptor *description,