Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix (C) dates; minor documentation improvements
[simgrid.git] / include / gras / datadesc.h
index eb5491d..51c4c20 100644 (file)
@@ -2,11 +2,10 @@
 
 /* gras/datadesc.h - Describing the data you want to exchange               */
 
-/* Authors: Martin Quinson                                                  */
-/* Copyright (C) 2003, 2004 Martin Quinson.                                 */
+/* Copyright (c) 2003, 2004 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_DATADESC_H
 #define GRAS_DATADESC_H
@@ -120,12 +119,12 @@ void gras_datadesc_cb_push_ulint(gras_cbps_t vars, void *data);
 
 
 /* complex one: complete variable environment support */
-gras_error_t
+xbt_error_t
   gras_cbps_v_pop (gras_cbps_t            ps, 
                   const char            *name,
         /* OUT */ gras_datadesc_type_t  *ddt,
         /* OUT */ void                 **res);
-gras_error_t
+xbt_error_t
 gras_cbps_v_push(gras_cbps_t            ps,
                 const char            *name,
                 void                  *data,
@@ -215,7 +214,7 @@ typedef struct DataDescriptorStruct {
   sizeof(structType) - offsetof(structType, lastMember) - \
   sizeof(memberType) * repetitions
 
-gras_error_t
+xbt_error_t
 gras_datadesc_import_nws(const char           *name,
                         const DataDescriptor *desc,
                         unsigned long         howmany,