X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8f384089af3d664bf1f59324d41f1511d5dfa0ab..f57edc1d5b4f497883b451fc85d2d653d27a8247:/src/gras/Msg/msg_private.h diff --git a/src/gras/Msg/msg_private.h b/src/gras/Msg/msg_private.h index 353d5d52af..b760e08724 100644 --- a/src/gras/Msg/msg_private.h +++ b/src/gras/Msg/msg_private.h @@ -1,10 +1,9 @@ -/* $Id$ */ - /* messaging - high level communication (send/receive messages) */ /* 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. */ @@ -66,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, @@ -134,4 +134,4 @@ void gras_msg_ctx_mallocator_free_f(void *dict); void gras_msg_ctx_mallocator_reset_f(void *dict); -#endif /* GRAS_MESSAGE_PRIVATE_H */ +#endif /* GRAS_MESSAGE_PRIVATE_H */