summaryrefslogtreecommitdiffstats
path: root/src/H5Oprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-01-09 21:36:53 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-01-09 21:36:53 (GMT)
commit8c48f56e4672e35efe0c2d31887c77abee8f07e1 (patch)
treeb7ac555fd2b92c28d4f26017a54406459ce865ec /src/H5Oprivate.h
parent5372aa797db4513ef589bc40c932aa7d1741fb03 (diff)
downloadhdf5-8c48f56e4672e35efe0c2d31887c77abee8f07e1.zip
hdf5-8c48f56e4672e35efe0c2d31887c77abee8f07e1.tar.gz
hdf5-8c48f56e4672e35efe0c2d31887c77abee8f07e1.tar.bz2
[svn-r25973] modify the EOA extension message to not store an EOA value for the DEFAULT mem type.. This saves a whole 8 bytes.
Diffstat (limited to 'src/H5Oprivate.h')
-rw-r--r--src/H5Oprivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h
index de873f8..e8a83d1 100644
--- a/src/H5Oprivate.h
+++ b/src/H5Oprivate.h
@@ -352,8 +352,8 @@ typedef struct H5O_efl_t {
* EOA Message
*/
typedef struct H5O_eoa_t {
- H5F_avoid_truncate_t avoid_truncate; /* Avoid Truncate setting for the file */
- hsize_t memb_eoa[H5FD_MEM_NTYPES]; /* EOA values */
+ H5F_avoid_truncate_t avoid_truncate; /* Avoid Truncate setting for the file */
+ hsize_t memb_eoa[H5FD_MEM_NTYPES-1]; /* EOA values */
} H5O_eoa_t;
/*