comparison VMS.h @ 277:a6005210f581

VSs working
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Wed, 06 Mar 2013 14:32:23 +0100
parents 68212347d1d8
children 67b684afa736
comparison
equal deleted inserted replaced
125:3db1a5a01299 126:1c551e5e453c
183 int32 numSlavesAlive; //used to detect fail-safe shutdown 183 int32 numSlavesAlive; //used to detect fail-safe shutdown
184 int32 numAnimatedSlaves; 184 int32 numAnimatedSlaves;
185 185
186 //Initialization related 186 //Initialization related
187 int32 setupComplete; //use while starting up coreCtlr 187 int32 setupComplete; //use while starting up coreCtlr
188 int32 shutdownInitiated;
188 189
189 //Memory management related 190 //Memory management related
190 MallocArrays *freeLists; 191 MallocArrays *freeLists;
191 int32 amtOfOutstandingMem;//total currently allocated 192 int32 amtOfOutstandingMem;//total currently allocated
192 193