X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/063c63642a29000a011c0d6176d30eb62a4e0dca..0f5e8daaa6e9f74521068aa75837200bcd182ea6:/src/gras/Msg/msg_interface.h?ds=sidebyside diff --git a/src/gras/Msg/msg_interface.h b/src/gras/Msg/msg_interface.h index 27c2c70f63..2905b0cfda 100644 --- a/src/gras/Msg/msg_interface.h +++ b/src/gras/Msg/msg_interface.h @@ -1,10 +1,9 @@ -/* $Id$ */ - /* messaging - high level communication (send/receive messages) */ /* module's public interface exported within GRAS, but not to end user. */ -/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2004, 2005, 2006, 2007, 2009, 2010. The SimGrid Team. + * 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. */ @@ -49,9 +48,9 @@ typedef struct { void gras_msg_send_namev(gras_socket_t sock, const char *namev, void *payload); void gras_msg_listener_awake(void); -void gras_msg_listener_close_socket(gras_socket_t sock); +void gras_msg_listener_close_socket(int sd); #define GRAS_PROTOCOL_VERSION '\1'; -#endif /* GRAS_MSG_INTERFACE_H */ +#endif /* GRAS_MSG_INTERFACE_H */