X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e2577d0360f31128b87c748dc9a3253b2ed87727..d48065b9eec21886c6b77c8291d37904f4fc5ac0:/include/datadesc.h diff --git a/include/datadesc.h b/include/datadesc.h index 4d78dfc2e7..87557c9d81 100644 --- a/include/datadesc.h +++ b/include/datadesc.h @@ -102,6 +102,12 @@ void gras_datadesc_cb_set_pre (gras_datadesc_type_t *type, void gras_datadesc_cb_set_post(gras_datadesc_type_t *type, gras_datadesc_type_cb_void_t post); +/****************************** + * Get stuff within datadescs * + ******************************/ +char * gras_datadesc_get_name(gras_datadesc_type_t *ddt); +int gras_datadesc_get_id(gras_datadesc_type_t *ddt); + /******************************************************** * Advanced data describing: callback persistent states * ********************************************************/