summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2013-11-30 06:37:44 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2013-11-30 06:37:44 (GMT)
commit92d40e82f16f5f0411e7320f524ac17eb2d13db5 (patch)
tree88f60a13e94bffea238535639f1796bbe3491e7b /src/H5Fprivate.h
parentc80d8cbe61e3b36a727a8b4150ef8966292ae9c3 (diff)
downloadhdf5-92d40e82f16f5f0411e7320f524ac17eb2d13db5.zip
hdf5-92d40e82f16f5f0411e7320f524ac17eb2d13db5.tar.gz
hdf5-92d40e82f16f5f0411e7320f524ac17eb2d13db5.tar.bz2
[svn-r24477] Description:
Bring r24476 from trunk to 1.8 branch: Remove duplicate "intent" flags from top & shared file structures, leaving them only in the shared file structure. Tested on: Mac OSX/64 10.9.0 (amazon) w/gcc 4.8, both parallel & serial (too minor to require h5committest)
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r--src/H5Fprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h
index 1c6913c..1a21ac3 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -222,7 +222,7 @@ typedef struct H5F_blk_aggr_t H5F_blk_aggr_t;
/* If the module using this macro is allowed access to the private variables, access them directly */
#ifdef H5F_PACKAGE
-#define H5F_INTENT(F) ((F)->intent)
+#define H5F_INTENT(F) ((F)->shared->flags)
#define H5F_OPEN_NAME(F) ((F)->open_name)
#define H5F_ACTUAL_NAME(F) ((F)->actual_name)
#define H5F_EXTPATH(F) ((F)->extpath)