summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-06-06 21:38:06 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-06-06 21:38:06 (GMT)
commit6d5505282c353aeeae1c5bd4420607cd7489c996 (patch)
treea3836814f1db688e841c1a06608d284fc3698815 /src/H5Fpkg.h
parentf38d9a2149d189fa82b5b5d491f7ed10feffc900 (diff)
downloadhdf5-6d5505282c353aeeae1c5bd4420607cd7489c996.zip
hdf5-6d5505282c353aeeae1c5bd4420607cd7489c996.tar.gz
hdf5-6d5505282c353aeeae1c5bd4420607cd7489c996.tar.bz2
[svn-r22439] file image and mount operations handled in VOL
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index bdc01a6..a3c7854 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -302,6 +302,8 @@ H5_DLL haddr_t H5F_locate_signature(H5FD_t *file, hid_t dxpl_id);
H5_DLL herr_t H5F_flush(H5F_t *f, hid_t dxpl_id, hbool_t closing);
/* File mount related routines */
+H5_DLL herr_t H5F_mount(H5G_loc_t *loc, const char *name, H5F_t *child, hid_t plist_id, hid_t dxpl_id);
+H5_DLL herr_t H5F_unmount(H5G_loc_t *loc, const char *name, hid_t dxpl_id);
H5_DLL herr_t H5F_close_mounts(H5F_t *f);
H5_DLL int H5F_term_unmount_cb(void *obj_ptr, hid_t obj_id, void *key);
H5_DLL herr_t H5F_mount_count_ids(H5F_t *f, unsigned *nopen_files, unsigned *nopen_objs);