changeset 10:6fd92a01dc2e ML_lib

removed slot index
author Sean Halle <seanhalle@yahoo.com>
date Thu, 26 Sep 2013 07:25:19 -0700
parents bc0d410c3f58
children 3afbf8f9294b
files PR__structs__common.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/PR__structs__common.h	Tue Sep 24 09:19:32 2013 -0700
     1.2 +++ b/PR__structs__common.h	Thu Sep 26 07:25:19 2013 -0700
     1.3 @@ -194,7 +194,7 @@
     1.4     int32         needsWorkAssigned;
     1.5     SlaveVP      *slaveAssignedToSlot;
     1.6     
     1.7 -   int32         slotIdx;  //needed by Holistic Model's data gathering
     1.8 +//   int32         slotIdx;  //needed by Holistic Model's data gathering
     1.9     int32         coreSlotIsOn;
    1.10     SlotPerfInfo *perfInfo; //used by assigner to pick best slave for core
    1.11   };