Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
changeset 136:f1374d5dbb98 Inter-Master Requests
set currentMasterProcrID to 0 for corrent free on shutdown
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Fri, 16 Sep 2011 20:13:33 +0200 |
| parents | 0b49fd35afc1 |
| children | 99343ffe1918 |
| files | VMS.c |
| diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- a/VMS.c Fri Sep 16 20:08:28 2011 +0200 1.2 +++ b/VMS.c Fri Sep 16 20:13:33 2011 +0200 1.3 @@ -706,6 +706,9 @@ 1.4 void 1.5 VMS__cleanup_at_end_of_shutdown() 1.6 { 1.7 + // Set to zero so that all data structures are freed correctly 1.8 + _VMSMasterEnv->currentMasterProcrID = 0; 1.9 + 1.10 //unused 1.11 //VMSQueueStruc **readyToAnimateQs; 1.12 //int coreIdx;
