Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Further cleanups:
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 20 Sep 2007 16:00:57 +0000 (16:00 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 20 Sep 2007 16:00:57 +0000 (16:00 +0000)
commit58c6c5c7559e29d7671bd95e9e065a1ab60e83cf
tree861cb0f35c4d160338ee1aa6b986d4d74887e33b
parent337a6d86b619fe07f2f2b15aa369651f3f157a9f
Further cleanups:
 - more comments
 - Remove a useless argument to xbt_context_stop (it's always
   current_context)
 - group actions of freeing context fields in xbt_context_free (some
   of them where in xbt_context_stop for no good reason)
 - __xbt_context_yield never receive a NULL argument, so change the if
   to an assert
 - plus other minor cleanups

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