From f62498313aa0a0546155c6293d7bcfe685d35c3c Mon Sep 17 00:00:00 2001 From: mquinson Date: Mon, 5 Sep 2005 22:37:14 +0000 Subject: [PATCH] A new little function I did need git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1690 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/gras/messages.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/gras/messages.h b/include/gras/messages.h index 1b93c210ae..5a8d95a1f1 100644 --- a/include/gras/messages.h +++ b/include/gras/messages.h @@ -62,6 +62,7 @@ typedef struct s_gras_msgtype *gras_msgtype_t; gras_msgtype_t gras_msgtype_by_name (const char *name); gras_msgtype_t gras_msgtype_by_namev(const char *name, short int version); + gras_msgtype_t gras_msgtype_by_id(int id); /** @} */ /** @name 2. Callback declaration and use -- 2.20.1