diff probes.h @ 57:85b731b290f8

Merge between VCilk and SSR intermediate Nov 4
author Me
date Thu, 04 Nov 2010 18:27:27 -0700
parents f59cfa31a579
children a6c442d52590 13b22ffb8a2f
line diff
     1.1 --- a/probes.h	Thu Nov 04 17:57:39 2010 -0700
     1.2 +++ b/probes.h	Thu Nov 04 18:27:27 2010 -0700
     1.3 @@ -87,6 +87,10 @@
     1.4                                            binWidth, nameStr, animPr )       \
     1.5          VMS_impl__create_histogram_probe( numBins, startValue,              \
     1.6                                            binWidth, nameStr, animPr )
     1.7 +void
     1.8 +VMS_impl__free_probe( IntervalProbe *probe );
     1.9 +#define VMS__free_probe( probe ) \
    1.10 +        VMS_impl__free_probe( probe )
    1.11  
    1.12  void
    1.13  VMS_impl__index_probe_by_its_name( int32 probeID, VirtProcr *animPr );