diff options
Diffstat (limited to 'bin/trace')
-rwxr-xr-x | bin/trace | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,7 @@ $Source = ""; %TypeString = ("haddr_t" => "a", "hbool_t" => "b", "double" => "d", + "H5AC_cache_config_t*" => "x", "H5D_alloc_time_t" => "Da", "H5D_fill_time_t" => "Df", "H5D_fill_value_t" => "DF", @@ -54,6 +55,7 @@ $Source = ""; "hssize_t" => "Hs", "hid_t" => "i", "int" => "Is", + "int32_t" => "Is", "unsigned" => "Iu", "unsigned int" => "Iu", "H5I_type_t" => "It", |