summaryrefslogtreecommitdiffstats
path: root/bin/trace
diff options
context:
space:
mode:
authorThomas Radke <tradke@aei.mpg.de>2000-09-15 11:39:46 (GMT)
committerThomas Radke <tradke@aei.mpg.de>2000-09-15 11:39:46 (GMT)
commitfaeae783e4463916ccafdd960ee9a07550a61cde (patch)
tree2374ae65635202a869eeab1e30a7c32275d8606c /bin/trace
parent5a4c55b42c8123e69f85be7fa75740fa428b2deb (diff)
downloadhdf5-faeae783e4463916ccafdd960ee9a07550a61cde.zip
hdf5-faeae783e4463916ccafdd960ee9a07550a61cde.tar.gz
hdf5-faeae783e4463916ccafdd960ee9a07550a61cde.tar.bz2
[svn-r2556] Purpose:
Added the H5FD_stream_fapl_t type to the TypeString mapping table. Description: This servers for proper substitution of the H5TRACE macros in the Stream VFD sources. Platforms: All platforms.
Diffstat (limited to 'bin/trace')
-rwxr-xr-xbin/trace1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/trace b/bin/trace
index 165a51b..d365b14 100755
--- a/bin/trace
+++ b/bin/trace
@@ -28,6 +28,7 @@ $Source = "";
"H5F_scope_t" => "Fs",
"H5FD_t*" => "x",
"H5FD_class_t*" => "x",
+ "H5FD_stream_fapl_t*" => "x",
"H5G_link_t" => "Gl",
"H5G_stat_t*" => "Gs",
"hsize_t" => "h",