Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
comparison ProcrContext.c @ 197:f6d81915512c
update include headers
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Fri, 10 Feb 2012 18:35:00 +0100 |
| parents | 50b29548d4f0 |
| children |
comparison
equal
deleted
inserted
replaced
| 11:e0d6a5fc8efd | 12:4892b7c4c693 |
|---|---|
| 25 newPr->procrID = _VMSMasterEnv->numProcrsCreated++; | 25 newPr->procrID = _VMSMasterEnv->numProcrsCreated++; |
| 26 newPr->numTimesScheduled = 0; | 26 newPr->numTimesScheduled = 0; |
| 27 newPr->initialData = initialData; | 27 newPr->initialData = initialData; |
| 28 newPr->requests = NULL; | 28 newPr->requests = NULL; |
| 29 newPr->schedSlot = NULL; | 29 newPr->schedSlot = NULL; |
| 30 | 30 newPr->isMasterVP = FALSE; |
| 31 newPr->isShutdownVP = FALSE; | |
| 31 /* | 32 /* |
| 32 * Hardware dependent part | 33 * Hardware dependent part |
| 33 */ | 34 */ |
| 34 //instead of calling the function directly, call a wrapper function to fetch | 35 //instead of calling the function directly, call a wrapper function to fetch |
| 35 //arguments from stack | 36 //arguments from stack |
