Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff ProcrContext.c @ 193:20358f56e498
fix coreloop recording bug and eliminate race condition on measurement-collecting list
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Thu, 09 Feb 2012 15:40:11 +0100 |
| parents | 50b29548d4f0 |
| children |
line diff
1.1 --- a/ProcrContext.c Fri Feb 03 17:32:48 2012 +0100 1.2 +++ b/ProcrContext.c Thu Feb 09 15:40:11 2012 +0100 1.3 @@ -27,7 +27,8 @@ 1.4 newPr->initialData = initialData; 1.5 newPr->requests = NULL; 1.6 newPr->schedSlot = NULL; 1.7 - 1.8 + newPr->isMasterVP = FALSE; 1.9 + newPr->isShutdownVP = FALSE; 1.10 /* 1.11 * Hardware dependent part 1.12 */
