Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff ProcrContext.c @ 167:981acd1db6af
Separate UCC recording from VMS core and put it into SSR plugin
| author | Nina Engelhardt |
|---|---|
| date | Mon, 05 Dec 2011 18:59:48 +0100 |
| parents | fe3ff53b55a6 |
| children | 50b29548d4f0 |
line diff
1.1 --- a/ProcrContext.c Tue Oct 18 15:53:04 2011 +0200 1.2 +++ b/ProcrContext.c Mon Dec 05 18:59:48 2011 +0100 1.3 @@ -23,6 +23,7 @@ 1.4 1.5 newPr->startOfStack = stackLocs; 1.6 newPr->procrID = _VMSMasterEnv->numProcrsCreated++; 1.7 + newPr->numTimesScheduled = 0; 1.8 newPr->initialData = initialData; 1.9 newPr->requests = NULL; 1.10 newPr->schedSlot = NULL;
