summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff.h
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2010-02-19 02:39:22 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2010-02-19 02:39:22 (GMT)
commit52d87caef30f70ffd798698158b83bf0c2dcdbba (patch)
treeb8b8ec566d032a28141bc61a61b65d62ea341ab9 /tools/lib/h5diff.h
parent6b9ddd65980835c2bccf7458952f6c51e550bfdb (diff)
downloadhdf5-52d87caef30f70ffd798698158b83bf0c2dcdbba.zip
hdf5-52d87caef30f70ffd798698158b83bf0c2dcdbba.tar.gz
hdf5-52d87caef30f70ffd798698158b83bf0c2dcdbba.tar.bz2
[svn-r18279] Purpose:
Work for bugzilla 1754: h5diff: support comparing through links. Description: merged from hdf5 trunk (18164, 18165, 18166, 18167, 18170, 18266, 18273) Tested: h5committest (jam, amani and linew)
Diffstat (limited to 'tools/lib/h5diff.h')
-rw-r--r--tools/lib/h5diff.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/lib/h5diff.h b/tools/lib/h5diff.h
index df264dd..6718d9a 100644
--- a/tools/lib/h5diff.h
+++ b/tools/lib/h5diff.h
@@ -35,6 +35,8 @@ typedef struct {
double percent; /* relative error value */
int n; /* count, compare up to count */
hsize_t count; /* count value */
+ int follow_links; /* follow symbolic links */
+ int no_dangle_links; /* return error when find dangling link */
int err_stat; /* an error ocurred (1, error, 0, no error) */
int cmn_objs; /* do we have common objects */
int not_cmp; /* are the objects comparable */