Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix the ugly case of reference to dynamic array.
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 3 Jul 2004 04:14:06 +0000 (04:14 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 3 Jul 2004 04:14:06 +0000 (04:14 +0000)
commitdd65c1fbeceec3e8a0550dc98ea530366ff8821f
treefbb9c2f7ffd7e8b700a38bb17500f03bde0d81ff
parentc91ee5ab52f27d67b6c6756ebc091ac7a2d06d70
Fix the ugly case of reference to dynamic array.

The size of this array comes from the network.
It is needed both at the reference reception level (to allocate enough
space) and at the array reception level (to fill enough room).

It is then passed as an argument of the recursive function. This is a crude
hack, but I was told that working code is sometimes better than neat one ;)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@147 48e7efb5-ca39-0410-a469-dd3cf9ba447f
changelog
src/gras/DataDesc/datadesc.c
src/gras/DataDesc/ddt_exchange.c
testsuite/gras/datadesc_usage.c