diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2008-01-04 17:43:56 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2008-01-04 17:43:56 (GMT) |
commit | c0b966ba1b3f7fb34a5228b6261a6a2b767c0d96 (patch) | |
tree | fb621ed2757b631e8652050c71d42db3bcd1b62e /bin/trace | |
parent | da95bdb88f848841441289051eade20d9cd7f637 (diff) | |
download | hdf5-c0b966ba1b3f7fb34a5228b6261a6a2b767c0d96.zip hdf5-c0b966ba1b3f7fb34a5228b6261a6a2b767c0d96.tar.gz hdf5-c0b966ba1b3f7fb34a5228b6261a6a2b767c0d96.tar.bz2 |
[svn-r14374] Description:
Updates from running bin/reconfigure on recent changes, in preparation for
making private snapshot. Also updated tracing information for recent types
added to public API routines.
Tested on:
Linux/32 2.6.x (kagiso)
Diffstat (limited to 'bin/trace')
-rwxr-xr-x | bin/trace | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,7 @@ $Source = ""; "H5E_type_t" => "Et", "H5F_close_degree_t" => "Fd", "H5F_scope_t" => "Fs", + "H5F_format_version_t" => "Fv", "H5G_obj_t" => "Go", "H5G_stat_t" => "Gs", "hsize_t" => "h", @@ -108,6 +109,7 @@ $Source = ""; "H5MM_allocate_t" => "x", "H5MM_free_t" => "x", "H5O_info_t" => "x", + "H5O_iterate_t" => "x", "H5P_cls_create_func_t" => "x", "H5P_cls_copy_func_t" => "x", "H5P_cls_close_func_t" => "x", |