From: mquinson Date: Tue, 16 May 2006 07:02:43 +0000 (+0000) Subject: I have a better idea of how to write the module mecanism in SG X-Git-Tag: v3.3~3153 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ff6b959a86792a44710aa6f5168625d3fdc7ad5f?hp=084456078cf419931855c0cc36a50c010f06fb31 I have a better idea of how to write the module mecanism in SG git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2205 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/TODO b/TODO index 73e0bf13c4..5406d1df0c 100644 --- a/TODO +++ b/TODO @@ -63,7 +63,9 @@ xbt/log.h:/** \name CRITICAL [modules] * better formalisation of what modules are (amok deeply needs it) - configuration + init() + exit() + dependencies + configuration + init() + join() + exit() + leave() + dependencies + init and exit are run only once + join and leave are run for each process. * allow to load them at runtime check in erlang how they upgrade them without downtime