Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Indent include and src using this command:
[simgrid.git] / src / gras / Msg / msg_interface.h
index 27c2c70..2905b0c 100644 (file)
@@ -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 */