From: mquinson Date: Tue, 16 May 2006 20:11:33 +0000 (+0000) Subject: New function: gras_msg_handleall to deal with all messages arriving within a given... X-Git-Tag: v3.3~3130 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f49e885123fd180d19fee163bd0e35e3d241af0c New function: gras_msg_handleall to deal with all messages arriving within a given period git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2228 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/gras/messages.h b/include/gras/messages.h index 2e03c1ab90..4701b71287 100644 --- a/include/gras/messages.h +++ b/include/gras/messages.h @@ -130,6 +130,7 @@ gras_socket_t gras_msg_cb_ctx_from(gras_msg_cb_ctx_t ctx); gras_msgtype_t msgt_want, gras_socket_t *expeditor, void *payload); + void gras_msg_handleall(double period); void gras_msg_handle(double timeOut); /** @} */