diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2012-06-15 13:39:46 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2012-06-15 13:39:46 (GMT) |
commit | 7484f2e9cae4c7e4471aa691c58a3b8a0e1cddff (patch) | |
tree | 514b2bd227109c8df3709dfb1672cd376edd0073 /src/H5Fprivate.h | |
parent | 87a81eb5afd4d24b2ba42ef78d8aee433c8e8639 (diff) | |
download | hdf5-7484f2e9cae4c7e4471aa691c58a3b8a0e1cddff.zip hdf5-7484f2e9cae4c7e4471aa691c58a3b8a0e1cddff.tar.gz hdf5-7484f2e9cae4c7e4471aa691c58a3b8a0e1cddff.tar.bz2 |
[svn-r22465] add a vol_info parameter to the fapl and update some of the routines accordingly
insert (commented out though for now) public version of the VOL callback
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r-- | src/H5Fprivate.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h index 26ef19e..f65a791 100644 --- a/src/H5Fprivate.h +++ b/src/H5Fprivate.h @@ -406,8 +406,9 @@ typedef struct H5F_blk_aggr_t H5F_blk_aggr_t; #define H5F_ACS_SDATA_BLOCK_SIZE_NAME "sdata_block_size" /* Minimum "small data" allocation block size (when aggregating "small" raw data allocations) */ #define H5F_ACS_GARBG_COLCT_REF_NAME "gc_ref" /* Garbage-collect references */ #define H5F_ACS_FILE_DRV_ID_NAME "driver_id" /* File driver ID */ -#define H5F_ACS_VOL_NAME "vol_cls" /* File VOL plugin */ #define H5F_ACS_FILE_DRV_INFO_NAME "driver_info" /* File driver info */ +#define H5F_ACS_VOL_NAME "vol_cls" /* File VOL plugin */ +#define H5F_ACS_VOL_INFO_NAME "vol_info" /* FILE VOL info */ #define H5F_ACS_CLOSE_DEGREE_NAME "close_degree" /* File close degree */ #define H5F_ACS_FAMILY_OFFSET_NAME "family_offset" /* Offset position in file for family file driver */ #define H5F_ACS_FAMILY_NEWSIZE_NAME "family_newsize" /* New member size of family driver. (private property only used by h5repart) */ |