diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2018-11-28 16:22:29 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2018-11-28 16:22:29 (GMT) |
commit | 2db4b6df1354a6d006b15fa411684639a08d7243 (patch) | |
tree | 539cce528ec3eeb21b4285c5a05792017639f1d0 /bin | |
parent | bf79e1bd766c0660ecd5b26daf2658b98f2732a0 (diff) | |
download | hdf5-2db4b6df1354a6d006b15fa411684639a08d7243.zip hdf5-2db4b6df1354a6d006b15fa411684639a08d7243.tar.gz hdf5-2db4b6df1354a6d006b15fa411684639a08d7243.tar.bz2 |
Update API tracing info for VOL functions and regenerate trace macros for VOL
API calls.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/trace | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -99,6 +99,7 @@ $Source = ""; "unsigned long long" => "UL", "H5VL_attr_get_t" => "Va", "H5VL_attr_specific_t" => "Vb", + "H5VL_class_value_t" => "VC", "H5VL_dataset_get_t" => "Vc", "H5VL_dataset_specific_t" => "Vd", "H5VL_datatype_get_t" => "Ve", @@ -169,6 +170,7 @@ $Source = ""; "H5VL_t" => "x", "H5VL_class_t" => "x", "H5VL_loc_params_t" => "x", + "H5VL_request_notify_t" => "x", "H5Z_func_t" => "x", "H5Z_filter_func_t" => "x", "va_list" => "x", |