diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-07-09 04:42:48 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-07-09 04:42:48 (GMT) |
commit | 205fb7c915f9327175f31cd0f66b623183af3c87 (patch) | |
tree | 9ba82dd5b3641d4410989c5d845248be4906724a | |
parent | 82746d09b60a50e9a72708aa8080dd0ae51fe674 (diff) | |
download | hdf5-205fb7c915f9327175f31cd0f66b623183af3c87.zip hdf5-205fb7c915f9327175f31cd0f66b623183af3c87.tar.gz hdf5-205fb7c915f9327175f31cd0f66b623183af3c87.tar.bz2 |
Added missing types to bin/trace after develop normalization.
-rwxr-xr-x | bin/trace | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -68,6 +68,7 @@ $Source = ""; "unsigned" => "Iu", "unsigned int" => "Iu", "uint32_t" => "Iu", + "uint64_t" => "UL", "H5I_type_t" => "It", "H5G_link_t" => "Ll", #Same as H5L_type_t now "H5L_type_t" => "Ll", @@ -98,6 +99,7 @@ $Source = ""; "unsigned long long" => "UL", "void" => "x", "FILE" => "x", + "H5_alloc_stats_t" => "x", "H5A_operator_t" => "x", "H5A_operator1_t" => "x", "H5A_operator2_t" => "x", |