X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/76c0b5d245c8c40361f7bd3e32a89b65d7859f19..e649c3530c0f9b73ecf464f7b2834f4b3da004e3:/src/gras/DataDesc/datadesc.c diff --git a/src/gras/DataDesc/datadesc.c b/src/gras/DataDesc/datadesc.c index 6cb43be1a3..052790b95e 100644 --- a/src/gras/DataDesc/datadesc.c +++ b/src/gras/DataDesc/datadesc.c @@ -126,20 +126,12 @@ gras_datadesc_exit(void) { DEBUG0("Exited DataDesc"); } -/** - * gras_datadesc_get_name: - * - * Returns the name of a datadescription (to ease the debug) - */ +/** This is mainly to debug */ char * gras_datadesc_get_name(gras_datadesc_type_t ddt) { return ddt->name; } -/** - * gras_datadesc_get_id: - * - * Returns the name of a datadescription (to ease the debug) - */ +/** This is mainly to debug */ int gras_datadesc_get_id(gras_datadesc_type_t ddt) { return ddt->code;