From ff6b959a86792a44710aa6f5168625d3fdc7ad5f Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 16 May 2006 07:02:43 +0000 Subject: [PATCH 1/1] 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 --- TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.20.1