diff VMS.h @ 64:5cb919ac890f

added "VMS__give_semantic_env_for"
author Me
date Sat, 13 Nov 2010 14:39:40 -0800
parents dd3e60aeae26
children 13b22ffb8a2f
line diff
     1.1 --- a/VMS.h	Fri Nov 12 07:36:01 2010 -0800
     1.2 +++ b/VMS.h	Sat Nov 13 14:39:40 2010 -0800
     1.3 @@ -96,7 +96,7 @@
     1.4  
     1.5  #define writeVMSQ     writePrivQ
     1.6  #define readVMSQ      readPrivQ
     1.7 -#define makeVMSQ      makePrivQ
     1.8 +#define makeVMSQ      makeVMSPrivQ
     1.9  #define numInVMSQ     numInPrivQ
    1.10  #define VMSQueueStruc PrivQueueStruc
    1.11  
    1.12 @@ -165,7 +165,7 @@
    1.13  //SchedSlot
    1.14  
    1.15  /*WARNING: re-arranging this data structure could cause VP switching
    1.16 - *         assembly code to fail -- hard-codes offsets of fields
    1.17 + *         assembly code to fail -- hard-codes offsets of fields
    1.18   */
    1.19  struct _VirtProcr
    1.20   { int         procrID;  //for debugging -- count up each time create
    1.21 @@ -324,6 +324,9 @@
    1.22  void
    1.23  VMS__cleanup_at_end_of_shutdown();
    1.24  
    1.25 +void *
    1.26 +VMS__give_sem_env_for( VirtProcr *animPr );
    1.27 +
    1.28  
    1.29  //==============  Request Related  ===============
    1.30