Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 8:49c7d669f888 | 9:d6c65a666ead |
|---|---|
| 21 { | 21 { |
| 22 void *stackPtr; | 22 void *stackPtr; |
| 23 | 23 |
| 24 newPr->startOfStack = stackLocs; | 24 newPr->startOfStack = stackLocs; |
| 25 newPr->procrID = _VMSMasterEnv->numProcrsCreated++; | 25 newPr->procrID = _VMSMasterEnv->numProcrsCreated++; |
| 26 newPr->numTimesScheduled = 0; | |
| 26 newPr->initialData = initialData; | 27 newPr->initialData = initialData; |
| 27 newPr->requests = NULL; | 28 newPr->requests = NULL; |
| 28 newPr->schedSlot = NULL; | 29 newPr->schedSlot = NULL; |
| 29 | 30 |
| 30 /* | 31 /* |
