diff options
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r-- | src/H5Fpkg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h index 2255085..3e2d19b 100644 --- a/src/H5Fpkg.h +++ b/src/H5Fpkg.h @@ -293,6 +293,10 @@ struct H5F_file_t { /* Metadata accumulator information */ H5F_meta_accum_t accum; /* Metadata accumulator info */ + + void *idx_handle; /* Handle for the index */ + H5X_class_t *idx_class; /* Class for the index */ + struct H5O_idxinfo_t idx_info; /* Index information */ }; /* |