Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > SSR_impls > SSR__MC_shared_impl
comparison SSR.h @ 46:bde026832af7
switch dependencies to ListOfArrays
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 19 Dec 2011 17:15:10 +0100 |
| parents | 6a367b5d9a2d |
| children | 23bcca1c3687 |
comparison
equal
deleted
inserted
replaced
| 12:8f25aa01fc08 | 13:93128f346a70 |
|---|---|
| 106 SSRTrans transactionStrucs[NUM_STRUCS_IN_SEM_ENV]; | 106 SSRTrans transactionStrucs[NUM_STRUCS_IN_SEM_ENV]; |
| 107 | 107 |
| 108 #ifdef OBSERVE_UCC | 108 #ifdef OBSERVE_UCC |
| 109 Unit*** unitcollection; | 109 Unit*** unitcollection; |
| 110 PrivDynArrayInfo* unitcollectionInfo; | 110 PrivDynArrayInfo* unitcollectionInfo; |
| 111 Dependency** ctlDependencies; | 111 ListOfArrays* ctlDependenciesList; |
| 112 PrivDynArrayInfo* ctlDependenciesInfo; | 112 ListOfArrays* commDependenciesList; |
| 113 Dependency** commDependencies; | |
| 114 PrivDynArrayInfo* commDependenciesInfo; | |
| 115 //NtoN structure? | 113 //NtoN structure? |
| 116 #endif | 114 #endif |
| 117 | 115 |
| 118 } | 116 } |
| 119 SSRSemEnv; | 117 SSRSemEnv; |
