diff options
author | Thomas Radke <tradke@aei.mpg.de> | 2000-09-15 11:39:46 (GMT) |
---|---|---|
committer | Thomas Radke <tradke@aei.mpg.de> | 2000-09-15 11:39:46 (GMT) |
commit | faeae783e4463916ccafdd960ee9a07550a61cde (patch) | |
tree | 2374ae65635202a869eeab1e30a7c32275d8606c /bin/trace | |
parent | 5a4c55b42c8123e69f85be7fa75740fa428b2deb (diff) | |
download | hdf5-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-x | bin/trace | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |