Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ongoing work to port GRAS to smx_network. Not working yet
[simgrid.git] / src / gras / Msg / msg_private.h
index 777eafe..79321a2 100644 (file)
@@ -2,7 +2,8 @@
 
 /* module's private interface masked even to other parts of GRAS.           */
 
-/* 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. */
@@ -64,6 +65,7 @@ void gras_msgtype_free(void *msgtype);
 
 
 /* functions to extract msg from socket or put it on wire (depend RL vs SG) */
+gras_msg_t gras_msg_recv_any(void); /* Get first message arriving */
 void gras_msg_recv(gras_socket_t sock, gras_msg_t msg /*OUT*/);
 void gras_msg_send_ext(gras_socket_t sock,
                        e_gras_msg_kind_t kind,