# HG changeset patch # User Nina Engelhardt # Date 1346430367 -7200 # Node ID e7d2f8fad13da337c8d424923d01a9ccdad8a8a7 # Parent e7539330735af5d59cd09249e066d8153806f26f fix issue where not compiling when probes disabled diff -r e7539330735a -r e7d2f8fad13d Services_Offered_by_VMS/Measurement_and_Stats/probes.h --- a/Services_Offered_by_VMS/Measurement_and_Stats/probes.h Sat Aug 25 14:53:03 2012 -0700 +++ b/Services_Offered_by_VMS/Measurement_and_Stats/probes.h Fri Aug 31 18:26:07 2012 +0200 @@ -48,6 +48,8 @@ float64 endSecs; \ float64 interval; \ DblHist *hist; /*if NULL, then is single interval probe*/ +#else + #define PROBES__Insert_timestamps_and_intervals_into_probe_struct #endif #ifdef PROBES__USE_PERF_CTR_PROBES #define PROBES__Insert_timestamps_and_intervals_into_probe_struct \