Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use a raw array instead of a dynar to store the requests
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 7 Dec 2010 15:56:51 +0000 (15:56 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 7 Dec 2010 15:56:51 +0000 (15:56 +0000)
commitb594a866f10f658d725664edb02ab7c0994ae805
tree3a408ab3c39379c35cf0c8d92fa504c16d3f6a31
parent5d4d30871b78accac640109573494a78237badce
Use a raw array instead of a dynar to store the requests
It can be made big enough at every point, so that we don't have to
expend it on need automatically from the dynar stuff.

This was the only remaining reason why we had to lock that structure,
so kill the locking stuff too.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9077 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/simix/smx_smurf.c