# HG changeset patch # User Sean Halle # Date 1380205519 25200 # Node ID 6fd92a01dc2ee77c1213e6903ee3c826c0e197f5 # Parent bc0d410c3f588644f8db505ac768524ff7d66da9 removed slot index diff -r bc0d410c3f58 -r 6fd92a01dc2e PR__structs__common.h --- a/PR__structs__common.h Tue Sep 24 09:19:32 2013 -0700 +++ b/PR__structs__common.h Thu Sep 26 07:25:19 2013 -0700 @@ -194,7 +194,7 @@ int32 needsWorkAssigned; SlaveVP *slaveAssignedToSlot; - int32 slotIdx; //needed by Holistic Model's data gathering +// int32 slotIdx; //needed by Holistic Model's data gathering int32 coreSlotIsOn; SlotPerfInfo *perfInfo; //used by assigner to pick best slave for core };