diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-02-07 16:19:14 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-02-07 16:19:14 (GMT) |
commit | 17da7e80daab246decbda8340934d9b5d2c3268a (patch) | |
tree | 943f8fd1af3b19d4aabfffe6e6513db264adfb31 /bin/trace | |
parent | c6bd03047bda62861529e1615099cd7e472cdbac (diff) | |
download | hdf5-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/trace')
-rwxr-xr-x | bin/trace | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |