Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
A new little function I did need
[simgrid.git] / include / gras / messages.h
index 1b93c21..5a8d95a 100644 (file)
@@ -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