diff SSR.h @ 69:8882e795016d

minor bug fix and name change
author Some Random Person <seanhalle@yahoo.com>
date Sat, 17 Mar 2012 00:42:11 -0700
parents 81a0f076b12e
children d20b105981b7 0d04c3e608cc
line diff
     1.1 --- a/SSR.h	Fri Mar 16 23:47:37 2012 -0700
     1.2 +++ b/SSR.h	Sat Mar 17 00:42:11 2012 -0700
     1.3 @@ -119,14 +119,14 @@
     1.4     NtoN** ntonGroups;
     1.5     PrivDynArrayInfo* ntonGroupsInfo;
     1.6     ListOfArrays* dynDependenciesList;
     1.7 -   Unit last_in_slot[NUM_CORES * NUM_SCHED_SLOTS];
     1.8 +   Unit last_in_slot[NUM_CORES * NUM_ANIM_SLOTS];
     1.9     ListOfArrays* hwArcs;
    1.10     #endif
    1.11  
    1.12     #ifdef HOLISTIC__TURN_ON_PERF_COUNTERS
    1.13     ListOfArrays* counterList[NUM_CORES];
    1.14     #endif
    1.15 -   SlaveVP* idlePr[NUM_CORES][NUM_SCHED_SLOTS];
    1.16 +   SlaveVP* idlePr[NUM_CORES][NUM_ANIM_SLOTS];
    1.17     int shutdownInitiated;
    1.18   }
    1.19  SSRSemEnv;