Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New, proper, module mecanism. Still missing dependency tracking, but already allow...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 19 Jul 2006 14:05:17 +0000 (14:05 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 19 Jul 2006 14:05:17 +0000 (14:05 +0000)
commitdc35ba75078e8ed895386c9be316774d3235f869
tree57177d96d284dd7d6afd24c3323dd2e9b87b2f96
parent08cc32c523939ad907ffc4a0d9a260ab56798d28
New, proper, module mecanism. Still missing dependency tracking, but already allow modules to declare init/exit functions and per-process globals initialized during some join/leave functions. Once every module switch to that model, libdata can be killed (but both can coexist for now)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2625 48e7efb5-ca39-0410-a469-dd3cf9ba447f
include/gras/module.h [new file with mode: 0644]
src/gras/Virtu/gras_module.c [new file with mode: 0644]