Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > SSR_impls > SSR__MC_shared_impl
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 26:ff7df8caa600 | 27:2afe04773d11 |
|---|---|
| 117 ListOfArrays* ctlDependenciesList; | 117 ListOfArrays* ctlDependenciesList; |
| 118 ListOfArrays* commDependenciesList; | 118 ListOfArrays* commDependenciesList; |
| 119 NtoN** ntonGroups; | 119 NtoN** ntonGroups; |
| 120 PrivDynArrayInfo* ntonGroupsInfo; | 120 PrivDynArrayInfo* ntonGroupsInfo; |
| 121 ListOfArrays* dynDependenciesList; | 121 ListOfArrays* dynDependenciesList; |
| 122 Unit last_in_slot[NUM_CORES * NUM_SCHED_SLOTS]; | 122 Unit last_in_slot[NUM_CORES * NUM_ANIM_SLOTS]; |
| 123 ListOfArrays* hwArcs; | 123 ListOfArrays* hwArcs; |
| 124 #endif | 124 #endif |
| 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_ANIM_SLOTS]; |
| 130 int shutdownInitiated; | 130 int shutdownInitiated; |
| 131 } | 131 } |
| 132 SSRSemEnv; | 132 SSRSemEnv; |
| 133 | 133 |
| 134 | 134 |
