X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2f391a5ab078df821362ea4d82338e4259028630..d3b28fb6122e77004015a70f54af3f2fb78ed5af:/include/gras/messages.h diff --git a/include/gras/messages.h b/include/gras/messages.h index a21e58e0fd..dd49e2c847 100644 --- a/include/gras/messages.h +++ b/include/gras/messages.h @@ -70,6 +70,7 @@ XBT_PUBLIC(gras_msgtype_t) gras_msgtype_by_name_or_null(const char *name); XBT_PUBLIC(gras_msgtype_t) gras_msgtype_by_namev(const char *name, short int version); XBT_PUBLIC(gras_msgtype_t) gras_msgtype_by_id(int id); +XBT_PUBLIC(const char*) gras_msgtype_get_name(gras_msgtype_t type); XBT_PUBLIC(void) gras_msgtype_dumpall(void);