comparison 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
comparison
equal deleted inserted replaced
25:2eb85520f54d 26:ff7df8caa600
125 125
126 #ifdef HOLISTIC__TURN_ON_PERF_COUNTERS 126 #ifdef HOLISTIC__TURN_ON_PERF_COUNTERS
127 ListOfArrays* counterList[NUM_CORES]; 127 ListOfArrays* counterList[NUM_CORES];
128 #endif 128 #endif
129 SlaveVP* idlePr[NUM_CORES][NUM_SCHED_SLOTS]; 129 SlaveVP* idlePr[NUM_CORES][NUM_SCHED_SLOTS];
130 int shutdownInitiated;
130 } 131 }
131 SSRSemEnv; 132 SSRSemEnv;
132 133
133 134
134 typedef struct _TransListElem TransListElem; 135 typedef struct _TransListElem TransListElem;