Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
changeset 231:88fd85921d7f Common_Ancestor
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 |
| files | AnimationMaster.c VMS.h |
| diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/AnimationMaster.c Thu Mar 15 20:31:41 2012 -0700 1.2 +++ b/AnimationMaster.c Thu Mar 15 20:35:18 2012 -0700 1.3 @@ -200,7 +200,7 @@ 1.4 1.5 MEAS__Capture_Post_Master_Point; 1.6 1.7 - masterSwitchToCoreCtlr(animatingSlv); 1.8 + masterSwitchToCoreCtlr( masterVP ); 1.9 flushRegisters(); 1.10 }//MasterLoop 1.11
2.1 --- a/VMS.h Thu Mar 15 20:31:41 2012 -0700 2.2 +++ b/VMS.h Thu Mar 15 20:35:18 2012 -0700 2.3 @@ -96,6 +96,12 @@ 2.4 2.5 //==================== Core data structures =================== 2.6 2.7 +typedef struct 2.8 + { 2.9 + //for future expansion 2.10 + } 2.11 +SlotPerfInfo; 2.12 + 2.13 struct _SchedSlot 2.14 { 2.15 int workIsDone;
