Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff probes.h @ 53:42dd44df1bb0
Init changed to only use VMS__malloc & uses VMS__malloc versions of utilities
| author | Me |
|---|---|
| date | Mon, 01 Nov 2010 21:21:32 -0700 |
| parents | f59cfa31a579 |
| children | a6c442d52590 13b22ffb8a2f |
line diff
1.1 --- a/probes.h Sat Oct 30 21:53:55 2010 -0700 1.2 +++ b/probes.h Mon Nov 01 21:21:32 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 );
