summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2008-04-02 19:33:08 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2008-04-02 19:33:08 (GMT)
commitcff7516ca7fe980f53037886b8a1faa181d6daec (patch)
tree1176ec7e168a3dd28b0616dec64b719d63ce22d6 /src/H5Fpkg.h
parentd8dfc1fb3f07df5e58e9da6f5e54304e6e2009a9 (diff)
downloadhdf5-cff7516ca7fe980f53037886b8a1faa181d6daec.zip
hdf5-cff7516ca7fe980f53037886b8a1faa181d6daec.tar.gz
hdf5-cff7516ca7fe980f53037886b8a1faa181d6daec.tar.bz2
[svn-r14791] Add handling for external link:
1. src/H5F.c, src/H5system.c: formulate path for mainfile 2. src/H5Lexternal.c: add search for target file 3. configure.in: add H5_HAVE_WINDOW_PATH 4. test/links.c: add tests for external link
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 3f10e1a..288ef8a 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -142,6 +142,7 @@ typedef struct H5F_mtab_t {
struct H5F_t {
unsigned intent; /* The flags passed to H5F_open()*/
char *name; /* Name used to open file */
+ char *extpath; /* Path for searching target external link file */
H5F_file_t *shared; /* The shared file info */
unsigned nopen_objs; /* Number of open object headers*/
H5FO_t *obj_count; /* # of time each object is opened through top file structure */