X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e38d01e7b27d128a6d756194166ce8e0445a33b2..97ba095764fbd852783e6a6dfe40da2fdd3f1f25:/include/amok/base.h?ds=sidebyside diff --git a/include/amok/base.h b/include/amok/base.h index e91010a1b3..033fe8769b 100644 --- a/include/amok/base.h +++ b/include/amok/base.h @@ -2,11 +2,10 @@ /* amok_base - things needed in amok, but too small to constitute a module */ -/* Authors: Martin Quinson */ -/* Copyright (C) 2003, 2004 the OURAGAN project. */ +/* 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 AMOK_BASE_H #define AMOK_BASE_H @@ -28,9 +27,9 @@ typedef struct { unsigned int code; } s_amok_remoterr_t,*amok_remoterr_t; -amok_remoterr_t amok_remoterr_new(gras_error_t errcode, +amok_remoterr_t amok_remoterr_new(xbt_error_t errcode, const char* format, ...); -amok_remoterr_t amok_remoterr_new_va(gras_error_t param_errcode, +amok_remoterr_t amok_remoterr_new_va(xbt_error_t param_errcode, const char* format,va_list ap); void amok_remoterr_free(amok_remoterr_t *err); @@ -62,7 +61,7 @@ typedef struct { */ void amok_repport_error (gras_socket_t sock, gras_msgtype_t msgtype, - gras_error_t errcode, const char* format,...); + xbt_error_t errcode, const char* format,...); void amok_base_init(void);