Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Creating the timer resource.
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 1 Jun 2005 00:38:28 +0000 (00:38 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 1 Jun 2005 00:38:28 +0000 (00:38 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1309 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/msg/environment.c

index 312ce57..ee94d94 100644 (file)
@@ -61,6 +61,7 @@ void MSG_create_environment(const char *file) {
   char *name = NULL;
   void *workstation = NULL;
 
+  surf_timer_resource_init(file);
 #ifdef ALVIN_SURF_SPECIAL
   surf_workstation_resource_init_KCCFLN05(file);
 #else