summaryrefslogtreecommitdiffstats
path: root/bin/trace
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-02-17 17:11:03 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-02-17 17:11:03 (GMT)
commit0475dd9a702c1308602e920dc03648478cfafd05 (patch)
treebe28d463b4c8353ea7db4a1f39547570018b39f2 /bin/trace
parent946c606452ec59397675b7b807b3280258e39726 (diff)
downloadhdf5-0475dd9a702c1308602e920dc03648478cfafd05.zip
hdf5-0475dd9a702c1308602e920dc03648478cfafd05.tar.gz
hdf5-0475dd9a702c1308602e920dc03648478cfafd05.tar.bz2
[svn-r6412] Purpose:
Code cleanup Description: Update dependencies and clean up a few warnings. Platforms tested: Linux 2.2 (eirene) w/parallel
Diffstat (limited to 'bin/trace')
-rwxr-xr-xbin/trace3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/trace b/bin/trace
index 515b7bc..5893505 100755
--- a/bin/trace
+++ b/bin/trace
@@ -54,6 +54,7 @@ $Source = "";
"H5S_seloper_t" => "Ss",
"H5S_sel_type" => "St",
"H5T_cset_t", => "Tc",
+ "H5T_direction_t", => "Td",
"H5T_norm_t" => "Tn",
"H5T_order_t" => "To",
"H5T_pad_t" => "Tp",
@@ -84,7 +85,9 @@ $Source = "";
"H5T_conv_t" => "x",
"H5T_overflow_t" => "x",
"H5Z_func_t" => "x",
+ "H5Z_filter_func_t" => "x",
"size_t" => "z",
+ "H5Z_EDC_t" => "Ze",
"H5Z_filter_t" => "Zf",
"ssize_t" => "Zs",
);