Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > SSR_impls > SSR__MC_shared_impl
diff SSR.h @ 39:6a367b5d9a2d
Separate UCC recording from VMS core and put it into SSR plugin
| author | Nina Engelhardt |
|---|---|
| date | Mon, 05 Dec 2011 19:00:51 +0100 |
| parents | 2c146b6b3890 |
| children | bde026832af7 |
line diff
1.1 --- a/SSR.h Tue Sep 27 18:07:59 2011 +0200 1.2 +++ b/SSR.h Mon Dec 05 19:00:51 2011 +0100 1.3 @@ -12,6 +12,7 @@ 1.4 #include "VMS/Queue_impl/PrivateQueue.h" 1.5 #include "VMS/Hash_impl/PrivateHash.h" 1.6 #include "VMS/VMS.h" 1.7 +#include "dependency.h" 1.8 1.9 1.10 //=========================================================================== 1.11 @@ -103,6 +104,17 @@ 1.12 //fix limit on num with dynArray 1.13 SSRSingleton fnSingletons[NUM_STRUCS_IN_SEM_ENV]; 1.14 SSRTrans transactionStrucs[NUM_STRUCS_IN_SEM_ENV]; 1.15 + 1.16 + #ifdef OBSERVE_UCC 1.17 + Unit*** unitcollection; 1.18 + PrivDynArrayInfo* unitcollectionInfo; 1.19 + Dependency** ctlDependencies; 1.20 + PrivDynArrayInfo* ctlDependenciesInfo; 1.21 + Dependency** commDependencies; 1.22 + PrivDynArrayInfo* commDependenciesInfo; 1.23 + //NtoN structure? 1.24 + #endif 1.25 + 1.26 } 1.27 SSRSemEnv; 1.28
