comparison VMS.h @ 231:88fd85921d7f

made compilable -- fixed couple naming bugs
author Some Random Person <seanhalle@yahoo.com>
date Thu, 15 Mar 2012 20:35:18 -0700
parents f2a7831352dc
children 421bde2a07d7
comparison
equal deleted inserted replaced
111:04a185c0be6d 112:9448f99fb422
93 } 93 }
94 VMSSemReq; 94 VMSSemReq;
95 95
96 96
97 //==================== Core data structures =================== 97 //==================== Core data structures ===================
98
99 typedef struct
100 {
101 //for future expansion
102 }
103 SlotPerfInfo;
98 104
99 struct _SchedSlot 105 struct _SchedSlot
100 { 106 {
101 int workIsDone; 107 int workIsDone;
102 int needsSlaveAssigned; 108 int needsSlaveAssigned;