Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Automatically generate matrices datatype description (same way than what we did for...
[simgrid.git] / include / gras / datadesc.h
index dac6222..63519bf 100644 (file)
@@ -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 *