diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-08-03 22:35:58 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-08-03 22:35:58 (GMT) |
commit | b5724779d0b10f610de10bf2ab88d62202160272 (patch) | |
tree | d89656e3ceb6504d3338ddfb7ae8aec76db66159 /src/H5Lprivate.h | |
parent | b1e0516dd0b0795ec04dbe86f909412e94cbaa2a (diff) | |
download | hdf5-b5724779d0b10f610de10bf2ab88d62202160272.zip hdf5-b5724779d0b10f610de10bf2ab88d62202160272.tar.gz hdf5-b5724779d0b10f610de10bf2ab88d62202160272.tar.bz2 |
[svn-r12533] Standardized the way path prefixes are passed to external links using a
LAPL. Now there are H5Pget and H5Pset functions for "elink_prefixes".
Diffstat (limited to 'src/H5Lprivate.h')
-rw-r--r-- | src/H5Lprivate.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Lprivate.h b/src/H5Lprivate.h index d5cc7d8..bfe3949 100644 --- a/src/H5Lprivate.h +++ b/src/H5Lprivate.h @@ -36,6 +36,10 @@ #define H5L_NLINKS_SIZE sizeof(size_t) #define H5L_NLINKS_DEF 16 /*max symlinks to follow per lookup */ +#define H5L_ELINK_PREFIX_NAME "external link prefix" +#define H5L_ELINK_PREFIX_SIZE sizeof(char *) +#define H5L_ELINK_PREFIX_DEF NULL /*default is no prefix */ + /* Functions that understand link messages */ /* forward reference for later use */ struct H5HL_t; /* defined in H5HLprivate.h */ |