Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
authorPierre Veyre <pierre.veyre@cc.in2p3.fr>
Wed, 18 Sep 2013 08:59:20 +0000 (10:59 +0200)
committerPierre Veyre <pierre.veyre@cc.in2p3.fr>
Wed, 18 Sep 2013 08:59:20 +0000 (10:59 +0200)
1  2 
src/include/surf/surf.h
src/msg/msg_global.c
src/simdag/sd_workstation.c
src/surf/surf_routing.c

Simple merge
@@@ -71,9 -71,8 +71,9 @@@ void MSG_init_nocheck(int *argc, char *
  
    XBT_DEBUG("ADD MSG LEVELS");
    MSG_HOST_LEVEL = xbt_lib_add_level(host_lib, (void_f_pvoid_t) __MSG_host_destroy);
 +  MSG_STORAGE_LEVEL = xbt_lib_add_level(storage_lib, (void_f_pvoid_t) __MSG_storage_destroy);
  
-   atexit(MSG_exit);
+   if(sg_cfg_get_boolean("clean_atexit")) atexit(MSG_exit);
  }
  
  #ifdef MSG_USE_DEPRECATED
Simple merge
Simple merge