From eca91eda2136d8994ffb75dae1282bb790716fa8 Mon Sep 17 00:00:00 2001 From: alegrand Date: Mon, 7 Feb 2005 22:02:31 +0000 Subject: [PATCH] Temporary ifdef so that I stop changing this file and polluting the CVS. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@901 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/msg/environment.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/msg/environment.c b/src/msg/environment.c index a0fed437db..312ce57586 100644 --- a/src/msg/environment.c +++ b/src/msg/environment.c @@ -61,8 +61,11 @@ void MSG_create_environment(const char *file) { char *name = NULL; void *workstation = NULL; -/* surf_workstation_resource_init_CLM03(file); */ +#ifdef ALVIN_SURF_SPECIAL surf_workstation_resource_init_KCCFLN05(file); +#else + surf_workstation_resource_init_CLM03(file); +#endif xbt_dict_foreach(workstation_set, cursor, name, workstation) { __MSG_host_create(name, workstation, NULL); -- 2.20.1