Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
changeset 254:e7d2f8fad13d Common_Ancestor
fix issue where not compiling when probes disabled
| author | Nina Engelhardt <nengel@mailbox.tu-berlin.de> |
|---|---|
| date | Fri, 31 Aug 2012 18:26:07 +0200 |
| parents | e7539330735a |
| children | 2341dd049035 |
| files | Services_Offered_by_VMS/Measurement_and_Stats/probes.h |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- a/Services_Offered_by_VMS/Measurement_and_Stats/probes.h Sat Aug 25 14:53:03 2012 -0700 1.2 +++ b/Services_Offered_by_VMS/Measurement_and_Stats/probes.h Fri Aug 31 18:26:07 2012 +0200 1.3 @@ -48,6 +48,8 @@ 1.4 float64 endSecs; \ 1.5 float64 interval; \ 1.6 DblHist *hist; /*if NULL, then is single interval probe*/ 1.7 +#else 1.8 + #define PROBES__Insert_timestamps_and_intervals_into_probe_struct 1.9 #endif 1.10 #ifdef PROBES__USE_PERF_CTR_PROBES 1.11 #define PROBES__Insert_timestamps_and_intervals_into_probe_struct \
