Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > MeasVMS_impls > MeasVMS__MC_shared_impl
diff 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 |
line diff
1.1 --- a/MeasVMS.h Sat Sep 11 03:25:03 2010 -0700 1.2 +++ b/MeasVMS.h Sat Sep 11 04:49:31 2010 -0700 1.3 @@ -59,10 +59,10 @@ 1.4 1.5 typedef struct 1.6 { 1.7 - Histogram **suspHistAddr; 1.8 - Histogram **masterHistAddr; 1.9 + Histogram *suspHist; 1.10 + Histogram *masterHist; 1.11 } 1.12 -PairOfHistAddresses; 1.13 +HistCarrier; 1.14 1.15 //=========================================================================== 1.16
