From: mquinson Date: Fri, 9 Jun 2006 14:43:14 +0000 (+0000) Subject: Automatically generate matrices datatype description (same way than what we did for... X-Git-Tag: v3.3~2996 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9016c3105c66fdbf6e7abaffeeed7d56d6ef81a7 Automatically generate matrices datatype description (same way than what we did for dynars) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2362 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/gras/datadesc.h b/include/gras/datadesc.h index dac62222a1..63519bf754 100644 --- a/include/gras/datadesc.h +++ b/include/gras/datadesc.h @@ -341,6 +341,9 @@ gras_datadesc_type_t gras_datadesc_type_t gras_datadesc_dynar(gras_datadesc_type_t elm_t, void_f_pvoid_t *free_func); +gras_datadesc_type_t + gras_datadesc_matrix(gras_datadesc_type_t elm_t, + void_f_pvoid_t * const free_f); /********************************* * Change stuff within datadescs *