diff SSR.h @ 66:ce95c4d84fcd

integrating holistic model in common ancestor - not finished yet
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Thu, 15 Mar 2012 18:28:43 +0100
parents bd5ab695145c
children 81a0f076b12e
line diff
     1.1 --- a/SSR.h	Wed Mar 14 23:22:00 2012 -0700
     1.2 +++ b/SSR.h	Thu Mar 15 18:28:43 2012 +0100
     1.3 @@ -127,6 +127,7 @@
     1.4     ListOfArrays* counterList[NUM_CORES];
     1.5     #endif
     1.6     SlaveVP* idlePr[NUM_CORES][NUM_SCHED_SLOTS];
     1.7 +   int shutdownInitiated;
     1.8   }
     1.9  SSRSemEnv;
    1.10