Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move synchro.h to synchro_core.h because I want to use synchor primitives using dynar...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 8 Oct 2009 14:46:54 +0000 (14:46 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 8 Oct 2009 14:46:54 +0000 (14:46 +0000)
commitc08d8ea807912cf87a5555f7b83192336c0c2608
treea72bda54fd42f73bd86d8d30aaa83d1febd5d9b8
parentdb800f6e2f0624751f8845d194fffc18d315cc49
move synchro.h to synchro_core.h because I want to use synchor primitives using dynars. Since dynar.h loads synchro_core.h, I need to split it in two parts to avoid loops in header loading

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6746 48e7efb5-ca39-0410-a469-dd3cf9ba447f
include/Makefile.am
include/xbt/dynar.h
include/xbt/synchro.h
include/xbt/synchro_core.h [new file with mode: 0644]