diff SSR.c @ 68:81a0f076b12e

Merged Nina's shutdown fix with schedSlot -> animSlot and other name chgs
author Some Random Person <seanhalle@yahoo.com>
date Fri, 16 Mar 2012 23:47:37 -0700
parents b5b5323b4177 ce95c4d84fcd
children 8882e795016d
line diff
     1.1 --- a/SSR.c	Fri Mar 16 23:41:31 2012 -0700
     1.2 +++ b/SSR.c	Fri Mar 16 23:47:37 2012 -0700
     1.3 @@ -199,6 +199,7 @@
     1.4     #ifdef HOLISTIC__TURN_ON_PERF_COUNTERS
     1.5     SSR__init_counter_data_structs();
     1.6     #endif
     1.7 +   semanticEnv->shutdownInitiated = FALSE;
     1.8     for(i=0;i<NUM_CORES;++i){
     1.9         for(j=0;j<NUM_SCHED_SLOTS;++j){
    1.10             semanticEnv->idlePr[i][j] = VMS_int__create_slaveVP(&idle_fn,NULL);