Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > MeasVMS_impls > MeasVMS__MC_shared_impl
diff MeasVMS.h @ 3:405a1b793325
Some histogram stuff -- have feeling will go away when merge with VMS Nov 8
| author | SeanHalle |
|---|---|
| date | Thu, 11 Nov 2010 05:34:50 -0800 |
| parents | a99b99c2b814 |
| children |
line diff
1.1 --- a/MeasVMS.h Sat Oct 16 04:12:28 2010 -0700 1.2 +++ b/MeasVMS.h Thu Nov 11 05:34:50 2010 -0800 1.3 @@ -52,7 +52,6 @@ 1.4 int nextCoreToGetNewPr; 1.5 1.6 Histogram **addrOfSuspHist; 1.7 - Histogram **addrOfMasterHist; 1.8 } 1.9 MeasVMSSemEnv; 1.10 1.11 @@ -60,7 +59,9 @@ 1.12 typedef struct 1.13 { 1.14 Histogram *suspHist; 1.15 - Histogram *masterHist; 1.16 + Histogram *masterTimeHist; 1.17 + Histogram *masterLockHist; 1.18 + Histogram *createHist; 1.19 } 1.20 HistCarrier; 1.21
