Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new function: gras_datadesc_size to allow messaging layer to malloc the needed space
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 3 Jul 2004 07:31:12 +0000 (07:31 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 3 Jul 2004 07:31:12 +0000 (07:31 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@150 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/gras/DataDesc/datadesc_interface.h

index 970ee0c..26c3ae8 100644 (file)
@@ -28,7 +28,8 @@ int
 gras_datadesc_type_cmp(const gras_datadesc_type_t *d1,
                       const gras_datadesc_type_t *d2);
 
-
+/* Access function */
+int  gras_datadesc_size(gras_datadesc_type_t *type);
 /* Described data exchanges */
 gras_error_t 
 gras_datadesc_cpy(gras_datadesc_type_t *type, void *src, void **dst);