comparison VMS.h @ 225:309559064073

Working on shutdown bug -- shutdown puts shutdown slaves direct into sched slots
author Some Random Person <seanhalle@yahoo.com>
date Thu, 15 Mar 2012 04:11:55 -0700
parents b0b93147adfb
children ea70fa57776e
comparison
equal deleted inserted replaced
106:6a929cd504f9 107:dafdc20d24b6
139 * assembly code to fail -- hard-codes offsets of fields 139 * assembly code to fail -- hard-codes offsets of fields
140 * (because -O3 messes with things otherwise) 140 * (because -O3 messes with things otherwise)
141 */ 141 */
142 typedef struct 142 typedef struct
143 { 143 {
144 SlaveAssigner slaveAssigner; 144 SlaveAssigner slaveAssigner;
145 RequestHandler requestHandler; 145 RequestHandler requestHandler;
146 146
147 SchedSlot ***allSchedSlots; 147 SchedSlot ***allSchedSlots;
148 VMSQueueStruc **readyToAnimateQs;
149 SlaveVP **masterVPs; 148 SlaveVP **masterVPs;
150 149
151 void *semanticEnv; 150 void *semanticEnv;
152 void *OSEventStruc; //for future, when add I/O to BLIS 151 void *OSEventStruc; //for future, when add I/O to BLIS
153 MallocArrays *freeLists; 152 MallocArrays *freeLists;