diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2014-02-03 21:26:09 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2014-02-03 21:26:09 (GMT) |
commit | 77703722a4328201c2805d592a7a0c9406e80c17 (patch) | |
tree | 5ab35228cacb5036f04049778521a4b3361a71e3 | |
parent | 292aec8f551b5a702fb305d7cce572a42169569e (diff) | |
download | hdf5-77703722a4328201c2805d592a7a0c9406e80c17.zip hdf5-77703722a4328201c2805d592a7a0c9406e80c17.tar.gz hdf5-77703722a4328201c2805d592a7a0c9406e80c17.tar.bz2 |
[svn-r24679] Updated trace script to handle newly added types.
No files were changed since the API calls were hand edited instead
of using the script.
Tested on: jam
-rwxr-xr-x | bin/trace | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -99,6 +99,7 @@ $Source = ""; "H5A_operator2_t" => "x", "H5A_info_t" => "x", "H5AC_cache_config_t" => "x", + "H5D_append_cb_t" => "x", "H5D_gather_func_t" => "x", "H5D_operator_t" => "x", "H5D_scatter_func_t" => "x", @@ -108,8 +109,10 @@ $Source = ""; "H5E_walk_t" => "x", "H5E_walk1_t" => "x", "H5E_walk2_t" => "x", + "H5F_flush_cb_t" => "x", "H5F_info1_t" => "x", "H5F_info2_t" => "x", + "H5F_retry_info_t" => "x", "H5FD_t" => "x", "H5FD_class_t" => "x", "H5FD_stream_fapl_t" => "x", |