Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
It can happen that users put the call to MSG_config before the one to MSG_init (hello...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 5 Jul 2007 16:56:46 +0000 (16:56 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 5 Jul 2007 16:56:46 +0000 (16:56 +0000)
commit7bd78e067ea14ae8cef3817272fbc4c632f5bd00
tree5c2a2d47464c0454bd304143557ed8fd86630587
parent44fdfaebfe9ba33fdfa7638ad48be5d57df8d446
It can happen that users put the call to MSG_config before the one to MSG_init (hello Pedro ;). Check this and fail gracefully in that case. A yet better solution would be to initialize stuff in that case, but MSG don't like getting arguments (through MSG_init) after it's initialized so it seems really hard

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