diff options
Diffstat (limited to 'src/H5HFpkg.h')
-rw-r--r-- | src/H5HFpkg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5HFpkg.h b/src/H5HFpkg.h index 3fe3ad2..4f2dbc3 100644 --- a/src/H5HFpkg.h +++ b/src/H5HFpkg.h @@ -354,6 +354,7 @@ typedef struct H5HF_hdr_t { uint8_t huge_id_size; /* Size of 'huge' heap IDs (in bytes) */ uint8_t heap_off_size; /* Size of heap offsets (in bytes) */ uint8_t heap_len_size; /* Size of heap ID lengths (in bytes) */ + hbool_t checked_filters; /* TRUE if pipeline passes can_apply checks */ } H5HF_hdr_t; /* Common indirect block doubling table entry */ |