diff 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
line diff
     1.1 --- a/VMS.h	Thu Mar 15 20:31:41 2012 -0700
     1.2 +++ b/VMS.h	Thu Mar 15 20:35:18 2012 -0700
     1.3 @@ -96,6 +96,12 @@
     1.4  
     1.5  //====================  Core data structures  ===================
     1.6  
     1.7 +typedef struct
     1.8 + {
     1.9 +   //for future expansion
    1.10 + }
    1.11 +SlotPerfInfo;
    1.12 +
    1.13  struct _SchedSlot
    1.14   {
    1.15     int           workIsDone;