summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-02-07 16:19:14 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-02-07 16:19:14 (GMT)
commit17da7e80daab246decbda8340934d9b5d2c3268a (patch)
tree943f8fd1af3b19d4aabfffe6e6513db264adfb31 /bin
parentc6bd03047bda62861529e1615099cd7e472cdbac (diff)
downloadhdf5-17da7e80daab246decbda8340934d9b5d2c3268a.zip
hdf5-17da7e80daab246decbda8340934d9b5d2c3268a.tar.gz
hdf5-17da7e80daab246decbda8340934d9b5d2c3268a.tar.bz2
[svn-r4912] Purpose:
Feature add Description: Added 'H5S_sel_type' to the list of types that the API tracing knows about. Platforms tested: FreeBSD 4.5 (sleipnir)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/trace1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/trace b/bin/trace
index c02bddd..e5c3cc0 100755
--- a/bin/trace
+++ b/bin/trace
@@ -48,6 +48,7 @@ $Source = "";
"char*" => "s",
"H5S_class_t" => "Sc",
"H5S_seloper_t" => "Ss",
+ "H5S_sel_type" => "St",
"H5T_cset_t", => "Tc",
"H5T_norm_t" => "Tn",
"H5T_order_t" => "To",