summaryrefslogtreecommitdiffstats
path: root/src/H5Pfapl.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-07-11 19:35:58 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-07-11 19:35:58 (GMT)
commit0cce1dbca5e3fc11456d6e61d82f992ae85fe6b2 (patch)
treef25abb0c53b37b0d9dd8d6b951cd68a58962a97d /src/H5Pfapl.c
parent737f86822de263712164746025f48ca2fca410db (diff)
downloadhdf5-0cce1dbca5e3fc11456d6e61d82f992ae85fe6b2.zip
hdf5-0cce1dbca5e3fc11456d6e61d82f992ae85fe6b2.tar.gz
hdf5-0cce1dbca5e3fc11456d6e61d82f992ae85fe6b2.tar.bz2
[svn-r22555] remove the vol_cls from the H5F_t struct
Diffstat (limited to 'src/H5Pfapl.c')
-rw-r--r--src/H5Pfapl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Pfapl.c b/src/H5Pfapl.c
index a52e29b..1479cd5 100644
--- a/src/H5Pfapl.c
+++ b/src/H5Pfapl.c
@@ -130,7 +130,6 @@
/* Definition for VOL plugin */
#define H5F_ACS_VOL_SIZE sizeof(void *)
#define H5F_ACS_VOL_DEF H5VL_NATIVE
-
/* Definition for vol info */
#define H5F_ACS_VOL_INFO_SIZE sizeof(void*)
#define H5F_ACS_VOL_INFO_DEF NULL
@@ -238,7 +237,7 @@ H5P_facc_reg_prop(H5P_genclass_t *pclass)
hbool_t want_posix_fd = H5F_ACS_WANT_POSIX_FD_DEF; /* Default setting for retrieving 'handle' from core VFD */
unsigned efc_size = H5F_ACS_EFC_SIZE_DEF; /* Default external file cache size */
H5VL_class_t *vol_cls = H5F_ACS_VOL_DEF; /* Default VOL plugin */
- void *vol_info = H5F_ACS_VOL_INFO_DEF; /* Default VOL plugin */
+ void *vol_info = H5F_ACS_VOL_INFO_DEF; /* Default VOL plugin information*/
H5FD_file_image_info_t file_image_info = H5F_ACS_FILE_IMAGE_INFO_DEF; /* Default file image info and callbacks */
herr_t ret_value = SUCCEED; /* Return value */