diff SSR.h @ 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.h	Fri Mar 16 23:41:31 2012 -0700
     1.2 +++ b/SSR.h	Fri Mar 16 23:47:37 2012 -0700
     1.3 @@ -127,6 +127,7 @@
     1.4     ListOfArrays* counterList[NUM_CORES];
     1.5     #endif
     1.6     SlaveVP* idlePr[NUM_CORES][NUM_SCHED_SLOTS];
     1.7 +   int shutdownInitiated;
     1.8   }
     1.9  SSRSemEnv;
    1.10