Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
prevents from adding invalid pointer to the dict
authorschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 9 Aug 2010 15:51:27 +0000 (15:51 +0000)
committerschnorr <schnorr@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 9 Aug 2010 15:51:27 +0000 (15:51 +0000)
commitcb26259548e0731547b8e07657a2f187accd0217
tree321790b7ab26eab9ac52cc50e57459ee24f5e216
parentf3df88462bb896e6a08c6b1ba8022d850162bb43
prevents from adding invalid pointer to the dict

details:
- the dictionary latency_limited_dict is managed by Pedro
- it uses as key the comm->act, which sometimes is NULL
when executing MSG examples (failure, for instance).

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