Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > MeasVMS_impls > MeasVMS__MC_shared_impl
comparison MeasVMS.h @ 1:bfa2fe3552e4
Refactored -- working measurement for suspend and master
| author | Me |
|---|---|
| date | Sat, 11 Sep 2010 04:49:31 -0700 |
| parents | e123acb162f0 |
| children | a99b99c2b814 |
comparison
equal
deleted
inserted
replaced
| 0:4214bb17a276 | 1:fa9ef983ec6d |
|---|---|
| 57 MeasVMSSemEnv; | 57 MeasVMSSemEnv; |
| 58 | 58 |
| 59 | 59 |
| 60 typedef struct | 60 typedef struct |
| 61 { | 61 { |
| 62 Histogram **suspHistAddr; | 62 Histogram *suspHist; |
| 63 Histogram **masterHistAddr; | 63 Histogram *masterHist; |
| 64 } | 64 } |
| 65 PairOfHistAddresses; | 65 HistCarrier; |
| 66 | 66 |
| 67 //=========================================================================== | 67 //=========================================================================== |
| 68 | 68 |
| 69 void | 69 void |
| 70 MeasVMS__create_seed_procr_and_do_work( VirtProcrFnPtr fn, void *initData ); | 70 MeasVMS__create_seed_procr_and_do_work( VirtProcrFnPtr fn, void *initData ); |
