diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-06-04 20:47:04 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-06-04 20:47:04 (GMT) |
commit | 8f74cc85d8c0f499277622a40d90679a4b0b1db1 (patch) | |
tree | 3c125a57f7b29fbb985029b10c0d11202e328354 /bin | |
parent | fad77fd2c29615f57f05547f41819f77d828b2d8 (diff) | |
download | hdf5-8f74cc85d8c0f499277622a40d90679a4b0b1db1.zip hdf5-8f74cc85d8c0f499277622a40d90679a4b0b1db1.tar.gz hdf5-8f74cc85d8c0f499277622a40d90679a4b0b1db1.tar.bz2 |
[svn-r27152] Updated bin/trace and src/H5trace.c to handle the H5D_vds_view_t
enum type.
Tested on: jam
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/trace | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ $Source = ""; "H5D_mpio_no_collective_cause_t" => "Dn", "H5D_mpio_actual_chunk_opt_mode_t" => "Do", "H5D_space_status_t" => "Ds", + "H5D_vds_view_t" => "Dv", "H5FD_mpio_xfer_t" => "Dt", "herr_t" => "e", "H5E_direction_t" => "Ed", |