comparison VMS.c @ 136:f1374d5dbb98

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
comparison
equal deleted inserted replaced
60:7e64f7549292 61:e53c6cc9aa58
704 /*This is called from the startup & shutdown 704 /*This is called from the startup & shutdown
705 */ 705 */
706 void 706 void
707 VMS__cleanup_at_end_of_shutdown() 707 VMS__cleanup_at_end_of_shutdown()
708 { 708 {
709 // Set to zero so that all data structures are freed correctly
710 _VMSMasterEnv->currentMasterProcrID = 0;
711
709 //unused 712 //unused
710 //VMSQueueStruc **readyToAnimateQs; 713 //VMSQueueStruc **readyToAnimateQs;
711 //int coreIdx; 714 //int coreIdx;
712 //VirtProcr **masterVPs; 715 //VirtProcr **masterVPs;
713 //SchedSlot ***allSchedSlots; //ptr to array of ptrs 716 //SchedSlot ***allSchedSlots; //ptr to array of ptrs