diff options
Diffstat (limited to 'bin/trace')
-rwxr-xr-x | bin/trace | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -59,11 +59,13 @@ $Source = ""; "unsigned" => "Iu", "unsigned int" => "Iu", "H5I_type_t" => "It", + "H5G_link_t" => "Ll", #Same as H5L_type_t now "H5L_type_t" => "Ll", "MPI_Comm" => "Mc", "MPI_Info" => "Mi", "H5FD_mem_t" => "Mt", "off_t" => "o", + "H5O_type_t" => "Ot", "H5P_class_t" => "p", "hobj_ref_t" => "r", "H5R_type_t" => "Rt", @@ -84,13 +86,16 @@ $Source = ""; "void" => "x", "FILE" => "x", "H5A_operator_t" => "x", + "H5A_operator1_t" => "x", "H5A_operator2_t" => "x", "H5A_info_t" => "x", "H5AC_cache_config_t" => "x", "H5D_operator_t" => "x", "H5E_auto_t" => "x", + "H5E_auto1_t" => "x", "H5E_auto2_t" => "x", "H5E_walk_t" => "x", + "H5E_walk1_t" => "x", "H5E_walk2_t" => "x", "H5F_info_t" => "x", "H5FD_t" => "x", @@ -113,6 +118,7 @@ $Source = ""; "H5P_prp_delete_func_t" => "x", "H5P_prp_get_func_t" => "x", "H5P_prp_set_func_t" => "x", + "H5P_prp_compare_func_t" => "x", "H5T_cdata_t" => "x", "H5T_conv_t" => "x", "H5T_conv_except_func_t" => "x", |