diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-01 15:03:12 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-01 15:03:12 (GMT) |
commit | 214aa4a3672c585d7afcf31a869e01cc48a53dd2 (patch) | |
tree | 5d6de29f6d30ce0c4bc92a68462be48b853fff21 /bin/trace | |
parent | 49a7f1d03281e460f3738b084c68a2a1c4960190 (diff) | |
download | hdf5-214aa4a3672c585d7afcf31a869e01cc48a53dd2.zip hdf5-214aa4a3672c585d7afcf31a869e01cc48a53dd2.tar.gz hdf5-214aa4a3672c585d7afcf31a869e01cc48a53dd2.tar.bz2 |
[svn-r5308] Purpose:
Update API tracing information
Platforms tested:
Linux 2.2 (eirene)
Diffstat (limited to 'bin/trace')
-rwxr-xr-x | bin/trace | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -18,13 +18,16 @@ $Source = ""; "hbool_t" => "b", "htri_t" => "b", "double" => "d", + "H5D_fill_value_t" => "Df", "H5D_layout_t" => "Dl", + "H5D_space_time_t" => "Ds", "H5FD_mpio_xfer_t" => "Dt", "herr_t" => "e", "H5E_direction_t" => "Ed", "H5E_error_t*" => "Ee", "H5E_major_t" => "Ej", "H5E_minor_t" => "En", + "H5F_close_degree_t" => "Fc", "H5F_scope_t" => "Fs", "H5FD_t*" => "x", "H5FD_class_t*" => "x", @@ -66,6 +69,9 @@ $Source = ""; "H5G_iterate_t" => "x", "H5MM_allocate_t" => "x", "H5MM_free_t" => "x", + "H5P_cls_create_func_t" => "x", + "H5P_cls_copy_func_t" => "x", + "H5P_cls_close_func_t" => "x", "H5T_cdata_t**" => "x", "H5T_conv_t" => "x", "H5T_overflow_t" => "x", |