Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff VMS.h @ 237:ce1f57e10fac
bug fix -- initialize coreSlotIsOn -- now works
| author | Some Random Person <seanhalle@yahoo.com> |
|---|---|
| date | Mon, 19 Mar 2012 10:03:45 -0700 |
| parents | ecbf6992dab4 |
| children | 7ed97c961901 |
line diff
1.1 --- a/VMS.h Sat Mar 17 00:41:34 2012 -0700 1.2 +++ b/VMS.h Mon Mar 19 10:03:45 2012 -0700 1.3 @@ -103,7 +103,7 @@ 1.4 SlaveVP *slaveAssignedToSlot; 1.5 1.6 int slotIdx; //needed by Holistic Model's data gathering 1.7 - int coreOfSlot; 1.8 + int coreSlotIsOn; 1.9 SlotPerfInfo *perfInfo; //used by assigner to pick best slave for core 1.10 }; 1.11 //AnimSlot
