summaryrefslogtreecommitdiffstats
path: root/src/H5VLpublic.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-03-29 18:28:40 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-03-29 18:28:40 (GMT)
commit3d32d25d8fe666bddff0717dd67952f2602d80ab (patch)
tree0cf58f71072815b00bd25444777bb1bf75a080cc /src/H5VLpublic.h
parent64b76cff83f1744fa658e14036999dc8d38c75c3 (diff)
downloadhdf5-3d32d25d8fe666bddff0717dd67952f2602d80ab.zip
hdf5-3d32d25d8fe666bddff0717dd67952f2602d80ab.tar.gz
hdf5-3d32d25d8fe666bddff0717dd67952f2602d80ab.tar.bz2
[svn-r22193] - add VOL callback for H5Dset_extent
Diffstat (limited to 'src/H5VLpublic.h')
-rw-r--r--src/H5VLpublic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5VLpublic.h b/src/H5VLpublic.h
index 1702148..cb23f62 100644
--- a/src/H5VLpublic.h
+++ b/src/H5VLpublic.h
@@ -93,6 +93,7 @@ typedef struct H5VL_dataset_class_t {
hid_t xfer_plist_id, void * buf);
herr_t (*write) (hid_t dataset_id, hid_t mem_type_id, hid_t mem_space_id, hid_t file_space_id,
hid_t xfer_plist_id, const void * buf );
+ herr_t (*set_extent) (hid_t uid, const hsize_t size[]);
herr_t (*get) (hid_t file_id, H5VL_dataset_get_t get_type, int num_args, va_list arguments);
herr_t (*close) (hid_t dataset_id);
} H5VL_dataset_class_t;