Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff VMS.c @ 141:79bb48d7d93b
changed free back to request to master and bugfixes
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 21 Sep 2011 11:51:29 +0200 |
| parents | 2c8f3cf6c058 |
| children | e7cd1945c9b6 |
line diff
1.1 --- a/VMS.c Mon Sep 19 18:43:08 2011 +0200 1.2 +++ b/VMS.c Wed Sep 21 11:51:29 2011 +0200 1.3 @@ -576,7 +576,7 @@ 1.4 requestingPr->dataRetFromReq = newProbe; 1.5 break; 1.6 case interMasterReqst: 1.7 - sendInterMasterReqst(semReq->receiverID, 1.8 + VMS__sendInterMasterReqst(semReq->receiverID, 1.9 (InterMasterReqst*)semReq->data); 1.10 break; 1.11 default: 1.12 @@ -665,7 +665,7 @@ 1.13 { //Note, this is running in the master 1.14 InterVMSCoreReqst *shutdownReqst = VMS__malloc(sizeof(InterVMSCoreReqst)); 1.15 shutdownReqst->secondReqType = shutdownVP; 1.16 - sendInterMasterReqst(coreIdx, (InterMasterReqst*)shutdownReqst); 1.17 + VMS__sendInterMasterReqst(coreIdx, (InterMasterReqst*)shutdownReqst); 1.18 } 1.19 1.20 }
