summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-07-09 04:42:48 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-07-09 04:42:48 (GMT)
commit205fb7c915f9327175f31cd0f66b623183af3c87 (patch)
tree9ba82dd5b3641d4410989c5d845248be4906724a /bin
parent82746d09b60a50e9a72708aa8080dd0ae51fe674 (diff)
downloadhdf5-205fb7c915f9327175f31cd0f66b623183af3c87.zip
hdf5-205fb7c915f9327175f31cd0f66b623183af3c87.tar.gz
hdf5-205fb7c915f9327175f31cd0f66b623183af3c87.tar.bz2
Added missing types to bin/trace after develop normalization.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/trace2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/trace b/bin/trace
index 1a39891..ab7a92c 100755
--- a/bin/trace
+++ b/bin/trace
@@ -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",