X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/421e2f7dd584b6aa936de631a730fb3b21ca7565..8c354c48ec90c997cc7213ce96ca97d882934166:/src/gras/Msg/msg_interface.h diff --git a/src/gras/Msg/msg_interface.h b/src/gras/Msg/msg_interface.h index fd10834897..b757ded834 100644 --- a/src/gras/Msg/msg_interface.h +++ b/src/gras/Msg/msg_interface.h @@ -4,11 +4,10 @@ /* module's public interface exported within GRAS, but not to end user. */ -/* Authors: Martin Quinson */ -/* Copyright (C) 2003, 2004 Martin Quinson. */ +/* Copyright (c) 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_MSG_INTERFACE_H #define GRAS_MSG_INTERFACE_H @@ -21,7 +20,7 @@ typedef struct { int payload_size; } gras_msg_t; -gras_error_t gras_msg_send_namev(gras_socket_t sock, +xbt_error_t gras_msg_send_namev(gras_socket_t sock, const char *namev, void *payload);